SecureBlackbox 2020 iOS Edition

Questions / Feedback?

endpoint (property)

Specifies the resource address of the TSA endpoint.

Syntax

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

Default Value

"/"

Remarks

Use this property to specify the endpoint of which the TSA service should be responding.

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