SecureBlackbox 2020 .NET Edition

Questions / Feedback?

SPToIDPBinding Property

Specifies the IdP to SP binding to use.

Syntax

public SamlspserverSPToIDPBindings SPToIDPBinding { get; set; }

enum SamlspserverSPToIDPBindings { csbtNone, csbtSOAP, csbtPAOS, csbtRedirect, csbtPOST, csbtArtifact }
Public Property SPToIDPBinding As SamlspserverSPToIDPBindings

Enum SamlspserverSPToIDPBindings csbtNone csbtSOAP csbtPAOS csbtRedirect csbtPOST csbtArtifact End Enum

Default Value

3

Remarks

Specifies the binding (message exchange mechanism) used for communication with Identity Provider (IdP) that is actually used during the session.

To specify the preferred binding, use PreferredIDPToSPBinding.

csbtNone0
csbtSOAP1
csbtPAOS2
csbtRedirect3
csbtPOST4
csbtArtifact5

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]