CngAlgorithm.Sha384 속성

정의

SHA-384(Secure Hash Algorithm 384) 알고리즘을 지정하는 새 CngAlgorithm 개체를 가져옵니다.

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

속성 값

CngAlgorithm

SHA-384 알고리즘을 지정하는 개체입니다.

적용 대상