DataProtectionDefineSettings Method

Establishes default settings for the config file.

Definition

Namespace: Gemstone.Security.Cryptography
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public static void DefineSettings(
	Settings settings,
	string settingsCategory = "CryptographyServices"
)

Parameters

settings  Settings
Settings instance used to hold configuration.
settingsCategory  String  (Optional)
The config file settings category under which the settings are defined.

See Also