共用方式為


RsaKeyIdentifierClause.CreateKey 方法

定義

使用 RSA 演算法建立金鑰。

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

傳回

RsaSecurityKey,它是使用建構函式中指定之 RSA 演算法所建立的金鑰。

適用於