Crypter.Sha256 Property

CryptSharp

CrypterSha256 Property CryptSharp
SHA256 crypt. A reasonable choice if you cannot use Blowfish crypt for policy reasons.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public static Sha256Crypter Sha256 { get; }
Public Shared ReadOnly Property Sha256 As Sha256Crypter
	Get
public:
static property Sha256Crypter^ Sha256 {
	Sha256Crypter^ get ();
}
static member Sha256 : Sha256Crypter with get

Property Value

Type: Sha256Crypter
See Also

Reference