X509RawDataKeyIdentifierClause.CreateKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 X.509 憑證的未經處理資料,或是建構函式中所指定的位元組陣列建立金鑰。
public:
override System::IdentityModel::Tokens::SecurityKey ^ CreateKey();
public override System.IdentityModel.Tokens.SecurityKey CreateKey ();
override this.CreateKey : unit -> System.IdentityModel.Tokens.SecurityKey
Public Overrides Function CreateKey () As SecurityKey
傳回
X509AsymmetricSecurityKey,其中包含與 X.509 憑證關聯的金鑰。