signerCertStorePassword (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=signerCertStorePassword,setter=setSignerCertStorePassword:) NSString* signerCertStorePassword;
- (NSString*)signerCertStorePassword;
- (void)setSignerCertStorePassword:(NSString*)newSignerCertStorePassword;
public var signerCertStorePassword: 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 Auth 2020 iOS Edition - Version 20.0 [Build 8155]