Show / Hide Table of Contents

Delegate SessionIDDelegate

The session ID delegate returns a unique SSO session identifier.

The SSO session identifier must be unique for the user's browser session. It's used to identify which SSO session information is specific to the user's browser session.

Namespace: ComponentSpace.SAML2.Data
Assembly: ComponentSpace.Saml2.dll
Syntax
public delegate string SessionIDDelegate();
Returns
Type Description
System.String

The unique SSO session identifier.

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