SecureBlackbox 2020 iOS Edition

Questions / Feedback?

port (property)

Specifies the port on the KMIP server to connect to.

Syntax

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

Default Value

0

Remarks

Provide the port number on which the class should make requests to the KMIP server.

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