AuthenticationHandler.Helper Property

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

Syntax

'Declaration
Protected Property Helper As SecurityHelper 
    Get 
    Private Set
'Usage
Dim value As SecurityHelper 

value = Me.Helper
protected SecurityHelper Helper { get; private set; }
protected:
property SecurityHelper Helper {
    SecurityHelper get ();
    private: void set (SecurityHelper value);
}
member Helper : SecurityHelper with get, private set
function get Helper () : SecurityHelper 
private function set Helper (value : SecurityHelper)

Property Value

Type: Microsoft.Owin.Security.Infrastructure.SecurityHelper

See Also

Reference

AuthenticationHandler Class

Microsoft.Owin.Security.Infrastructure Namespace