SecureBlackbox 2020 iOS Edition

Questions / Feedback?

nameIDMappingRequestNameIDPolicyAllowCreate (property)

Contains the value of AllowCreate parameter of the NameIDPolicy object.

Syntax

@property (nonatomic,readonly,assign,getter=nameIDMappingRequestNameIDPolicyAllowCreate) BOOL nameIDMappingRequestNameIDPolicyAllowCreate;
- (BOOL)nameIDMappingRequestNameIDPolicyAllowCreate;
public var nameIDMappingRequestNameIDPolicyAllowCreate: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Contains the value of AllowCreate parameter of the NameIDPolicy object.

Use this property to read or set the value of the AllowCreate parameter of the NameIDPolicy object. AllowCreate regulates whether the identity provider is given permission to create new subject identifiers.

This property is read-only.

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