CngAlgorithm.Rsa Property

Definition

Gets a new CngAlgorithm object that specifies the RSA hash algorithm.

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

Property Value

An object that specifies the RSA algorithm.

Applies to