CngAlgorithm.Sha1 속성

정의

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

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

속성 값

CngAlgorithm

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

설명

SHA-1과의 충돌 문제로 인해 MICROSOFT는 SHA-256을 권장합니다.

적용 대상