RsaKeyIdentifierClause(RSA) Constructor

Definición

Inicializa una instancia nueva de la clase RsaKeyIdentifierClause utilizando el algoritmo de RSA especificado.

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)

Parámetros

rsa
RSA

RSA que representa un algoritmo de RSA. Establece el valor de la propiedad Rsa.

Excepciones

rsa es null.

Se aplica a