EncryptionUtilsDecrypt Method |
Decrypt a base 64-encoded string.
Namespace:
Cadcorp.Security
Assembly:
Cadcorp.GFB.GFBStoredProcedures (in Cadcorp.GFB.GFBStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static string Decrypt(
string encryptedString
)
Public Shared Function Decrypt (
encryptedString As String
) As String
Parameters
- encryptedString
- Type: SystemString
[Missing <param name="encryptedString"/> documentation for "M:Cadcorp.Security.EncryptionUtils.Decrypt(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Cadcorp.Security.EncryptionUtils.Decrypt(System.String)"]
See Also