https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificatecollection?view=netframework-4.8
X509CertificateCollection Class (System.Security.Cryptography.X509Certificates) | Microsoft Learn
Defines a collection that stores X509Certificate objects.
class systemsecuritycryptographymicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificatecollection.system-collections-icollection-syncroot?view=netstandard-1.6&viewFallbackFrom=net-9.0
X509CertificateCollection.ICollection.SyncRoot Property...
Gets an object that can be used to synchronize access to the collection.
icollectionproperty
https://learn.microsoft.com/zh-cn/dotnet/api/system.security.cryptography.x509certificates.x509certificatecollection.gethashcode?view=netframework-4.8.1&viewFallbackFrom=net-10.0
X509CertificateCollection.GetHashCode Method (System.Security.Cryptography.X509Certificates) |...
Builds a hash value based on all values contained in the current X509CertificateCollection.
system securitymethodcryptography
https://learn.microsoft.com/zh-cn/dotnet/api/system.security.cryptography.x509certificates.x509certificatecollection.-ctor?view=netframework-4.8.1&viewFallbackFrom=net-10.0
X509CertificateCollection Constructor (System.Security.Cryptography.X509Certificates) | Microsoft...
Initializes a new instance of the X509CertificateCollection class.
system securityconstructorcryptographymicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificatecollection.addrange?view=netframework-4.8.1&viewFallbackFrom=net-9.0
X509CertificateCollection.AddRange Method (System.Security.Cryptography.X509Certificates) |...
Copies the elements of an array of type X509Certificate into the current X509CertificateCollection.
system securitymethodcryptography
https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificatecollection.indexof?view=netframework-4.8.1&viewFallbackFrom=net-9.0
X509CertificateCollection.IndexOf(X509Certificate) Method...
Returns the index of the specified X509Certificate in the current X509CertificateCollection.
indexofmethod