DataProtectionDefineSettings Method

Establishes default settings for the config file.

Definition

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