DataProtectorShim Class

Definition

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[])

Applies to