RsaSecurityKey(RSA) Constructor

Definitie

Initialiseert een nieuw exemplaar van de RsaSecurityKey klasse met behulp van het opgegeven RSA-algoritme.

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)

Parameters

rsa
RSA

Een RSA algoritme dat een RSA-algoritme vertegenwoordigt.

Uitzonderingen

rsa is null.

Van toepassing op