Default
|
public sealed class DefaultPrivacyProvider : IPrivacyProvider
The DefaultPrivacyProvider type exposes the following members.
Name | Description | |
---|---|---|
DefaultPrivacyProvider | Initializes a new instance of the DefaultPrivacyProvider class. |
Name | Description | |
---|---|---|
AuthenticationProvider | Corresponding IAuthenticationProvider. | |
DefaultPair | Default privacy provider with default authentication provider. | |
EngineId | Obsolete. | |
EngineIds | Engine IDs. | |
Salt | Gets the salt. |
Name | Description | |
---|---|---|
Decrypt | Decrypts the specified data. | |
Encrypt | Encrypts the specified scope. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
PasswordToKey | Passwords to key. | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
ComputeHash |
Computes the hash.
(Defined by PrivacyProviderExtension) | |
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetScopeData |
Gets the scope data.
(Defined by PrivacyProviderExtension) | |
ToSecurityLevel |
Converts to Levels.
(Defined by PrivacyProviderExtension) | |
VerifyHash |
Verifies the hash.
(Defined by PrivacyProviderExtension) |