AppBuilderExtensions Class

 

The application builder extensions.

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

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

[ExtensionAttribute]
public ref class AppBuilderExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateDataProtector(IAppBuilder^, array<String^>^)

Creates a data protector.

System_CAPS_pubmethodSystem_CAPS_staticGetDataProtectionProvider(IAppBuilder^)

Retrieves a data protection provider for the application.

System_CAPS_pubmethodSystem_CAPS_staticSetDataProtectionProvider(IAppBuilder^, IDataProtectionProvider^)

Sets a data protection provider.

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

Return to top
Show: