X509CertificateCollection.Contains(X509Certificate) Methode
Definition
Ruft einen Wert ab, der angibt, ob die aktuelle X509CertificateCollection das angegebene X509Certificate enthält.Gets a value indicating whether the current X509CertificateCollection contains the specified X509Certificate.
public:
bool Contains(System::Security::Cryptography::X509Certificates::X509Certificate ^ value);
public bool Contains (System.Security.Cryptography.X509Certificates.X509Certificate value);
member this.Contains : System.Security.Cryptography.X509Certificates.X509Certificate -> bool
Public Function Contains (value As X509Certificate) As Boolean
Parameter
- value
- X509Certificate
Die zu suchende X509Certificate.The X509Certificate to locate.
Gibt zurück
true
, wenn das X509Certificate in dieser Auflistung enthalten ist, andernfalls false
.true
if the X509Certificate is contained in this collection; otherwise, false
.