X509SubjectKeyIdentifierClause.CanCreateFrom(X509Certificate2) Method

Definition

Gets a value that indicates whether a key identifier clause can be created for the specified X.509 certificate.

public:
 static bool CanCreateFrom(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public static bool CanCreateFrom (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member CanCreateFrom : System.Security.Cryptography.X509Certificates.X509Certificate2 -> bool
Public Shared Function CanCreateFrom (certificate As X509Certificate2) As Boolean

Parameters

certificate
X509Certificate2

An X509Certificate2 that contains the X.509 certificate.

Returns

true if a key identifier clause can be created for certificate; otherwise, false.

Exceptions

certificate is null.

Remarks

A key identifier clause can be created when the certificate parameter contains the X509SubjectKeyIdentifierExtension extension.

Applies to