共用方式為


X509RawDataKeyIdentifierClause.CreateKey 方法

定義

從 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 憑證關聯的金鑰。

適用於