SecureBlackbox 2020 macOS Edition

Questions / Feedback?

Binding Property

Returns the SAML message binding type.

Syntax

public var binding: SamlreaderBindings {
get {...} }

public enum SamlreaderBindings: Int32 { case csbtNone = 0 case csbtSOAP = 1 case csbtPAOS = 2 case csbtRedirect = 3 case csbtPOST = 4 case csbtArtifact = 5 }

Default Value

0

Remarks

Check this property to obtain the message binding type.

This property is read-only.

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