SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestNameIDPolicySPNameQualifier (property)

Matches to the SP name qualifier attribute of the request.

Syntax

@property (nonatomic,readwrite,assign,getter=authnRequestNameIDPolicySPNameQualifier,setter=setAuthnRequestNameIDPolicySPNameQualifier:) NSString* authnRequestNameIDPolicySPNameQualifier;
- (NSString*)authnRequestNameIDPolicySPNameQualifier;
- (void)setAuthnRequestNameIDPolicySPNameQualifier:(NSString*)newAuthnRequestNameIDPolicySPNameQualifier;
public var authnRequestNameIDPolicySPNameQualifier: String {
  get {...}
set {...} }

Default Value

""

Remarks

Matches to the SP name qualifier attribute of the request.

Use this property to access or set the SP name qualifier attribute of the authentication request.

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