CngAlgorithm.Sha256 속성

정의

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

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

속성 값

CngAlgorithm

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

적용 대상