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

适用于