次の方法で共有


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

戻り値

コンストラクターで指定した RSA アルゴリズムを使用して作成された RsaSecurityKey

適用対象