次の方法で共有


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です。

適用対象