RsaSecurityKey(RSA) 构造函数

定义

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

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

参数

rsa
RSA

一个表示 RSA 算法的 RSA

例外

rsanull

适用于