SecureBlackbox 2020 iOS Edition

Questions / Feedback?

password (property)

Specifies a password to authenticate to the KMIP server.

Syntax

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

Default Value

""

Remarks

Use this property to provide a password for authentication on the KMIP server.

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