RsaKeyIdentifierClause(RSA) Constructor

Definition

Initializes a new instance of the RsaKeyIdentifierClause class using the specified RSA algorithm.

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)

Parameters

rsa
RSA

An RSA that represents an RSA algorithm. Sets the value of the Rsa property.

Exceptions

rsa is null.

Applies to