Click or drag to resize

EncryptionUtilsEncrypt Method

Encrypt the string and convert into base 64-encoded, so that it is safe in a database.

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 Encrypt(
	string rawString
)

Parameters

rawString
Type: SystemString

[Missing <param name="rawString"/> documentation for "M:Cadcorp.Security.EncryptionUtils.Encrypt(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Cadcorp.Security.EncryptionUtils.Encrypt(System.String)"]

See Also