CngAlgorithmGroup.Rsa Eigenschaft

Definition

Ruft ein CngAlgorithmGroup-Objekt ab, das die RSA (Rivest-Shamir-Adleman)-Familie von Algorithmen angibt.

public:
 static property System::Security::Cryptography::CngAlgorithmGroup ^ Rsa { System::Security::Cryptography::CngAlgorithmGroup ^ get(); };
public static System.Security.Cryptography.CngAlgorithmGroup Rsa { get; }
member this.Rsa : System.Security.Cryptography.CngAlgorithmGroup
Public Shared ReadOnly Property Rsa As CngAlgorithmGroup

Eigenschaftswert

CngAlgorithmGroup

Ein Objekt, das die RSA-Familie von Algorithmen angibt.

Gilt für