X509CertificateCollection
X509CertificateEnumerator
X509CertificateCollection()
X509CertificateCollection(X509Certificate[])
X509CertificateCollection(X509CertificateCollection)
Count
this[Int32]
Add(X509Certificate)
AddRange(X509Certificate[])
AddRange(X509CertificateCollection)
Clear()
Contains(X509Certificate)
CopyTo(X509Certificate[], Int32)
GetEnumerator()
GetHashCode()
IndexOf(X509Certificate)
Insert(Int32, X509Certificate)
OnValidate(Object)
Remove(X509Certificate)
RemoveAt(Int32)
net9.0
namespace System.Security.Cryptography.X509Certificates
{
[DefaultMember("Item")]
public class X509CertificateCollection : CollectionBase
{
protected override void OnValidate(object! value);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.12.23.03.1 |
.NET Standard | 2.1 |
Information specific to net9.0 | |
Assembly | System.Security.Cryptography , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API