AppBuilderExtensions Class

The application builder extensions.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.DataProtection.AppBuilderExtensions

Namespace:  Microsoft.Owin.Security.DataProtection
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class AppBuilderExtensions
'Usage
public static class AppBuilderExtensions
[ExtensionAttribute]
public ref class AppBuilderExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AppBuilderExtensions =  class end
public final class AppBuilderExtensions

The AppBuilderExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateDataProtector Creates a data protector.
Public methodStatic member GetDataProtectionProvider Retrieves a data protection provider for the application.
Public methodStatic member SetDataProtectionProvider Sets a data protection provider.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.DataProtection Namespace