SecureBlackbox 2020 iOS Edition

Questions / Feedback?

destination (property)

Contains the Destination parameter of the SAML object.

Syntax

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

Default Value

""

Remarks

Use this property to set the Destination parameter of the created SAML object.

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