SecureBlackbox 2020 iOS Edition

Questions / Feedback?

certPassword (property)

Specifies the signing certificate password.

Syntax

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

Default Value

""

Remarks

Use this property to provide password for the signing certificate. Alternatively, the password may be provided via the PasswordNeeded event.

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