certStorePassword (property)

The password for the certificate store (if any).

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

The value of this property is used to open the certificate store if the certificate store is of a type that requires a password.

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