AppBuilderExtensions Class

 

The application builder extensions.

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

Inheritance Hierarchy

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

Syntax

public static class AppBuilderExtensions
[ExtensionAttribute]
public ref class AppBuilderExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AppBuilderExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AppBuilderExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateDataProtector(IAppBuilder, String[])

Creates a data protector.

System_CAPS_pubmethodSystem_CAPS_static GetDataProtectionProvider(IAppBuilder)

Retrieves a data protection provider for the application.

System_CAPS_pubmethodSystem_CAPS_static SetDataProtectionProvider(IAppBuilder, IDataProtectionProvider)

Sets a data protection provider.

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

Microsoft.Owin.Security.DataProtection Namespace

Return to top