CngAlgorithm::Sha1 Property

 

Gets a new CngAlgorithm object that specifies the Secure Hash Algorithm 1 (SHA-1) algorithm.

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

public:
property CngAlgorithm^ Sha1 {
	static CngAlgorithm^ get();
}

Property Value

Type: System.Security.Cryptography::CngAlgorithm^

An object that specifies the SHA-1 algorithm.

.NET Framework
Available since 3.5
Return to top
Show: