Class BankIdExtensions
Extension methods for determine if it is BankId.
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 BankIdExtensions
Fields
Provider
Constans used to identify BankId authentication schemes.
Declaration
public const string Provider = "bankid"
Field Value
String
|
Methods
GetLoginProvider(String)
Gets if the loginProvider
is a BankId provider.
Declaration
public static string GetLoginProvider(this string loginProvider)
Parameters
String
loginProvider
|
Returns
String
true if |
IsBankId(AuthenticationScheme)
Gets if the scheme
represents a BankId scheme.
Declaration
public static bool IsBankId(this AuthenticationScheme scheme)
Parameters
IRM.AspNetCore.Authentication.Serialization.AuthenticationScheme
scheme
|
Returns
Boolean
true if |
IsBankId(AuthenticationScheme)
Gets if the scheme
represents a BankId scheme.
Declaration
public static bool IsBankId(this AuthenticationScheme scheme)
Parameters
Microsoft.AspNetCore.Authentication.AuthenticationScheme
scheme
|
Returns
Boolean
true if |