Table of Contents

Interface ISpSsoResult

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

Specifies the service provider single sign-on result.

public interface ISpSsoResult

Properties

Attributes

Gets the SAML attributes.

IList<SamlAttribute> Attributes { get; }

Property Value

IList<SamlAttribute>

The SAML attributes or null if none.

AuthnContext

Gets the authentication context.

The authentication context identifies the method by which the user was authenticated.

string AuthnContext { get; }

Property Value

string

The authentication context or null if none.

IsInResponseTo

Gets the flag indicating whether this is in response to a previous request.

bool IsInResponseTo { get; }

Property Value

bool

true if this is in response to a previous request; otherwise false.

NameIDFormat

Gets the name identifier format.

The name identifier format.

string NameIDFormat { get; }

Property Value

string

The name identifier format or null if none.

PartnerName

Gets the partner name.

string PartnerName { get; }

Property Value

string

The partner name.

RelayState

Gets the relay state.

string RelayState { get; }

Property Value

string

The relay state or null if none.

UserID

Gets the user ID.

string UserID { get; }

Property Value

string

The user ID or null if none.