Class AuthenticationPropertiesExtensions
Microsoft.AspNetCore.Authentication.AuthenticationProperties extension methods for easier access to some things.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public static class AuthenticationPropertiesExtensions
Methods
GetLoginProvider(AuthenticationProperties)
Gets the login provider.
Declaration
public static string GetLoginProvider(this AuthenticationProperties properties)
Parameters
Microsoft.AspNetCore.Authentication.AuthenticationProperties
properties
|
Returns
String
|
GetLoginProvider(IDictionary<String, String>)
Gets the login provider.
Declaration
public static string GetLoginProvider(this IDictionary<string, string> properties)
Parameters
System.Collections.Generic.IDictionary<String, String>
properties
|
Returns
String
|
GetReturnUrl(AuthenticationProperties)
Gets the returnUrl
Declaration
public static string GetReturnUrl(this AuthenticationProperties properties)
Parameters
Microsoft.AspNetCore.Authentication.AuthenticationProperties
properties
|
Returns
String
|
GetReturnUrl(IDictionary<String, String>)
Gets the returnUrl
Declaration
public static string GetReturnUrl(this IDictionary<string, string> properties)
Parameters
System.Collections.Generic.IDictionary<String, String>
properties
|
Returns
String
|
GetXsrfId(AuthenticationProperties)
Gets the login provider.
Declaration
public static string GetXsrfId(this AuthenticationProperties properties)
Parameters
Microsoft.AspNetCore.Authentication.AuthenticationProperties
properties
|
Returns
String
|