AuthenticationResponseRevoke.AuthenticationTypes Property
List of the authentication types that should be revoked on sign out.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string[] AuthenticationTypes { get; private set; }
public:
property array<String^>^ AuthenticationTypes {
array<String^>^ get();
private: void set(array<String^>^ value);
}
member AuthenticationTypes : string[] with get, private set
Public Property AuthenticationTypes As String()
Get
Private Set
End Property
Property Value
Type: System.String[]
Returns String.
See Also
AuthenticationResponseRevoke Class
Microsoft.Owin.Security Namespace
Return to top