RsaSecurityKey(RSA) Konstruktor

Definition

Initierar en ny instans av RsaSecurityKey klassen med den angivna RSA-algoritmen.

public:
 RsaSecurityKey(System::Security::Cryptography::RSA ^ rsa);
public RsaSecurityKey(System.Security.Cryptography.RSA rsa);
new System.IdentityModel.Tokens.RsaSecurityKey : System.Security.Cryptography.RSA -> System.IdentityModel.Tokens.RsaSecurityKey
Public Sub New (rsa As RSA)

Parametrar

rsa
RSA

En RSA som representerar en RSA-algoritm.

Undantag

rsa är null.

Gäller för