共用方式為


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

適用於