DataProtectionDefineSettings Method

Establishes default settings for the config file.

Definition

Namespace: Gemstone.Security.Cryptography
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
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