DataProtectionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides global options for the Data Protection system.
public ref class DataProtectionOptions
public class DataProtectionOptions
type DataProtectionOptions = class
Public Class DataProtectionOptions
- Inheritance
-
DataProtectionOptions
Constructors
DataProtectionOptions() |
Properties
ApplicationDiscriminator |
An identifier that uniquely discriminates this application from all other applications on the machine. The discriminator value is implicitly included in all protected payloads generated by the data protection system to isolate multiple logical applications that all happen to be using the same key material. |