Sdílet prostřednictvím


RsaKeyIdentifierClause(RSA) Konstruktor

Definice

Inicializuje novou instanci RsaKeyIdentifierClause třídy pomocí zadaného algoritmu 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

Představuje RSA algoritmus RSA. Nastaví hodnotu Rsa vlastnosti.

Výjimky

rsa je null.

Platí pro