RsaKeyIdentifierClause(RSA) Konstruktor

Definicja

Inicjuje RsaKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego algorytmu RSA.

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)

Parametry

rsa
RSA

Element RSA reprezentujący algorytm RSA. Ustawia wartość Rsa właściwości .

Wyjątki

rsa to null.

Dotyczy