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