SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Binding Property

Returns the SAML message binding type.

Syntax

public val binding: SamlreaderBindings

public enum class SamlreaderBindings(val value: Int) {
csbtNone(0),
csbtSOAP(1),
csbtPAOS(2),
csbtRedirect(3),
csbtPOST(4),
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 Kotlin Edition - Version 20.0 [Build 8063]