共用方式為


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

適用於