SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signingCertificate (property)

Specifies the signing certificate.

Syntax

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

Default Value

""

Remarks

Use this property to provide a path to the certificate to be used for signing the signature requests. Example: C:\Certificates\cert.pfx Use CertPassword property to provide the password if needed.

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