BlowfishCipher.BCryptMagic Property

CryptSharp

BlowfishCipherBCryptMagic Property CryptSharp
The special string used encrypted in the BCrypt algorithm.

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

public static string BCryptMagic { get; }
Public Shared ReadOnly Property BCryptMagic As String
	Get
public:
static property String^ BCryptMagic {
	String^ get ();
}
static member BCryptMagic : string with get

Property Value

Type: String
See Also

Reference