 | EncryptionGenerateSha1Hash Method |
Generates the sha1 hash.
Namespace:
Koden.Utils.Encryption
Assembly:
Koden.Utils.Encryption (in Koden.Utils.Encryption.dll) Version: 1.1.6453.26061
Syntaxpublic static string GenerateSha1Hash(
string value
)
Public Shared Function GenerateSha1Hash (
value As String
) As String
public:
static String^ GenerateSha1Hash(
String^ value
)
static member GenerateSha1Hash :
value : string -> string
Parameters
- value
- Type: SystemString
The string to generate.
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.Encryption.Encryption.GenerateSha1Hash(System.String)"]
See Also