Show / Hide Table of Contents

Interface ISpSsoResult

Specifies the service provider single sign-on result.

Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ISpSsoResult

Properties

Attributes

Gets the SAML attributes.

Declaration
IList<SamlAttribute> Attributes { get; }
Property Value
Type Description
System.Collections.Generic.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.

Declaration
string AuthnContext { get; }
Property Value
Type Description
System.String

The authentication context or null if none.

IsInResponseTo

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

Declaration
bool IsInResponseTo { get; }
Property Value
Type Description
System.Boolean

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

NameIDFormat

Gets the name identifier format.

The name identifier format.

Declaration
string NameIDFormat { get; }
Property Value
Type Description
System.String

The name identifier format or null if none.

PartnerName

Gets the partner name.

Declaration
string PartnerName { get; }
Property Value
Type Description
System.String

The partner name.

RelayState

Gets the relay state.

Declaration
string RelayState { get; }
Property Value
Type Description
System.String

The relay state or null if none.

UserID

Gets the user ID.

Declaration
string UserID { get; }
Property Value
Type Description
System.String

The user ID or null if none.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.