Click or drag to resize

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)
Syntax
public static string Decrypt(
	string encryptedString
)

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