SecureBlackbox 2020 iOS Edition

Questions / Feedback?

binding (property)

Specifies the type of the binding to use.

Syntax

@property (nonatomic,readwrite,assign,getter=binding,setter=setBinding:) int binding;
- (int)binding;
- (void)setBinding:(int)newBinding;

/* Possible Values */
CSBT_NONE(0),
CSBT_SOAP(1),
CSBT_PAOS(2),
CSBT_REDIRECT(3),
CSBT_POST(4),
CSBT_ARTIFACT(5)
public var binding: SamlwriterBindings {
  get {...}
set {...} }
public enum SamlwriterBindings : Int32 { case csbtNone = 0 case csbtSOAP = 1 case csbtPAOS = 2 case csbtRedirect = 3 case csbtPOST = 4 case csbtArtifact = 5 }

Default Value

0

Remarks

Use this property to specify the binding type to use with the request.

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