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 算法创建的密钥。

适用于