Show / Hide Table of Contents

Class AuthenticationPropertiesExtensions

Microsoft.AspNetCore.Authentication.AuthenticationProperties extension methods for easier access to some things.

Inheritance
Object
AuthenticationPropertiesExtensions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

GetXsrfId(IDictionary<String, String>)

Gets the login provider.

Declaration
public static string GetXsrfId(this IDictionary<string, string> properties)
Parameters
System.Collections.Generic.IDictionary<String, String> properties

Returns
String

Back to top Generated by DocFX