X509SubjectKeyIdentifierClause.CanCreateFrom(X509Certificate2) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值會指出是否可以為指定的 X.509 憑證建立金鑰識別碼子句。
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
參數
- certificate
- X509Certificate2
包含 X.509 憑證的 X509Certificate2。
傳回
如果能建立 certificate
的金鑰識別碼子句,則為 true
,否則為 false
。
例外狀況
certificate
為 null
。
備註
當 certificate
參數包含 X509SubjectKeyIdentifierExtension 延伸時,就能夠建立金鑰識別碼子句。