DataProtectorShim 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.
Converts an IDataProtector to an Microsoft.Owin.Security.DataProtection.IDataProtector.
public ref class DataProtectorShim sealed : Microsoft::Owin::Security::DataProtection::IDataProtector
public sealed class DataProtectorShim : Microsoft.Owin.Security.DataProtection.IDataProtector
type DataProtectorShim = class
interface IDataProtector
Public NotInheritable Class DataProtectorShim
Implements IDataProtector
- Inheritance
-
DataProtectorShim
- Implements
-
Microsoft.Owin.Security.DataProtection.IDataProtector
Constructors
| DataProtectorShim(IDataProtector) |
Methods
| Protect(Byte[]) | |
| Unprotect(Byte[]) |