Method | Description | |
---|---|---|
DataProtectionProviderProtectedData ( IDataProtectionProvider provider ) : System | ||
Protect ( string data, string purpose ) : string | ||
Unprotect ( string protectedValue, string purpose ) : string |
Method | Description | |
---|---|---|
GetDataProtector ( string purpose ) : IDataProtector |
public DataProtectionProviderProtectedData ( IDataProtectionProvider provider ) : System | ||
provider | IDataProtectionProvider | |
return | System |
public Protect ( string data, string purpose ) : string | ||
data | string | |
purpose | string | |
return | string |
public Unprotect ( string protectedValue, string purpose ) : string | ||
protectedValue | string | |
purpose | string | |
return | string |