IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

certStorePassword (property)

If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.

Syntax

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

Default Value

""

Remarks

If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.

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