Méthode | Description | |
---|---|---|
GetAttribute ( string attributeName ) : string |
Returns the requested Attribute Value or throws a not found exception
|
|
GetAttribute ( string attributeName, string defaultValue ) : string |
Returns the requested Attribute Value or the default value if the Attribute is not found in the collection
|
|
GetAttributes ( string delimiter, string attributeName ) : string | ||
GetAttributes ( string attributeName ) : string[] |
Returns the requested Attribute Values when multiple entries of the same name are expected
|
|
GetOAuthData ( ) : OAuthData | ||
IsExistingUser ( ) : bool | ||
SamlTokenData ( ) : System | ||
Validate ( bool throwExceptions = true ) : bool |
Iterate through the passed attributes and validate they meet the configuration requirements for user processing
|
Méthode | Description | |
---|---|---|
DistroySecureCookie ( string tokenKey ) : void | ||
GetFromSecureCookie ( string tokenKey ) : |
||
SaveToSecureCookie ( ) : System.Guid |
public GetAttribute ( string attributeName ) : string | ||
attributeName | string | |
Résultat | string |
public GetAttribute ( string attributeName, string defaultValue ) : string | ||
attributeName | string | |
defaultValue | string | |
Résultat | string |
public GetAttributes ( string delimiter, string attributeName ) : string | ||
delimiter | string | |
attributeName | string | |
Résultat | string |
public GetAttributes ( string attributeName ) : string[] | ||
attributeName | string | |
Résultat | string[] |
public Validate ( bool throwExceptions = true ) : bool | ||
throwExceptions | bool | |
Résultat | bool |