CngAlgorithm.Rsa 속성

정의

RSA 해시 알고리즘을 지정하는 새 CngAlgorithm 개체를 가져옵니다.

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

속성 값

CngAlgorithm

RSA 알고리즘을 지정하는 개체입니다.

적용 대상