RsaKeyIdentifierClause(RSA) 构造函数

定义

使用指定的 RSA 算法初始化 RsaKeyIdentifierClause 类的新实例。

public:
 RsaKeyIdentifierClause(System::Security::Cryptography::RSA ^ rsa);
public RsaKeyIdentifierClause (System.Security.Cryptography.RSA rsa);
new System.IdentityModel.Tokens.RsaKeyIdentifierClause : System.Security.Cryptography.RSA -> System.IdentityModel.Tokens.RsaKeyIdentifierClause
Public Sub New (rsa As RSA)

参数

rsa
RSA

一个表示 RSA 算法的 RSA。 设置 Rsa 属性的值。

例外

rsanull

适用于