IDataProtectionProvider Interface

Definition

An interface that can be used to create IDataProtector instances.

public interface class IDataProtectionProvider
public interface IDataProtectionProvider
type IDataProtectionProvider = interface
Public Interface IDataProtectionProvider
Derived

Methods

CreateProtector(String)

Creates an IDataProtector given a purpose.

Extension Methods

CreateProtector(IDataProtectionProvider, IEnumerable<String>)

Creates an IDataProtector given a list of purposes.

CreateProtector(IDataProtectionProvider, String, String[])

Creates an IDataProtector given a list of purposes.

Applies to