EncryptUtilities.GenerateKey Method

Definition

Generates a key to use for encryption.

public static string GenerateKey ();
static member GenerateKey : unit -> string
Public Function GenerateKey () As String

Returns

String

The base64-encoded cryptokey.

Applies to