Class OidcSoIdentity
Inheritance
OidcSoIdentity
Assembly: SoDataBase.dll
Syntax
public class OidcSoIdentity : Object, ISoIdentity, IIdentity
Constructors
OidcSoIdentity(Int32, String, String, Int32, String, String)
Declaration
public OidcSoIdentity(int credId, string credentialType, string searchName, int associateId, string associateName, string userName)
Parameters
Properties
Associate
Declaration
public string Associate { get; }
Property Value
AssociateId
Declaration
public int AssociateId { get; }
Property Value
AuthenticationType
Declaration
public string AuthenticationType { get; }
Property Value
InnerIdentity
Declaration
public IIdentity InnerIdentity { get; }
Property Value
IsAuthenticated
Declaration
public bool IsAuthenticated { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
ProvidedCredentials
Declaration
public ProvidedCredential[] ProvidedCredentials { get; }
Property Value
SoAuthenticationType
Declaration
public SoAuthenticationType SoAuthenticationType { get; }
Property Value
Implements
Extension Methods