Name | Description | |
---|---|---|
PersonalDataProtectorBase Constructor | Initializes a new instance of the PersonalDataProtectorBase class. |
The following tables list the members exposed by PersonalDataProtectorBase.
Name | Description | |
---|---|---|
PersonalDataProtectorBase Constructor | Initializes a new instance of the PersonalDataProtectorBase class. |
Name | Description | |
---|---|---|
UseCertificate | The certificate on disk to use | |
UseCertificatePassword | the certificate's password as secure string. | |
UsesCertificateFromDisk | Indicates that the protector will use the embedded certificate or the one provided |
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases unmanaged and - optionally - managed resources. | |
Protect | Overloaded. Protects the specified data. | |
SetPassword | Assign a secure string to use when a certificate is provided, | |
Unprotect | Overloaded. Un-protects the specified data. |
Name | Description | |
---|---|---|
Finalize | Finalizes an instance of the PersonalDataProtectorBase class. |
Name | Description | |
---|---|---|
TryParse<T,TSender> | implements parsing to cast a type from string to a type |