DataProtectionDefineSettings Method

Establishes default settings for the config file.

Definition

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