SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestScopingProxyCount (property)

The maximum number of proxies on the way between the requestor and the provider.

Syntax

@property (nonatomic,readwrite,assign,getter=authnRequestScopingProxyCount,setter=setAuthnRequestScopingProxyCount:) int authnRequestScopingProxyCount;
- (int)authnRequestScopingProxyCount;
- (void)setAuthnRequestScopingProxyCount:(int)newAuthnRequestScopingProxyCount;
public var authnRequestScopingProxyCount: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

The maximum number of proxies on the way between the requestor and the provider.

Use this property to get or set the maximum number of intermediaries allowed between the requestor and the provider.

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