AuthenticationHandler.Helper Property
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected SecurityHelper Helper { get; private set; }
protected:
property SecurityHelper Helper {
SecurityHelper get();
private: void set(SecurityHelper value);
}
member Helper : SecurityHelper with get, private set
Protected Property Helper As SecurityHelper
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.Infrastructure.SecurityHelper
See Also
AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top