SecureBlackbox 2020 iOS Edition

Questions / Feedback?

encryptionCertSerialNumber (property)

Returns the certificate's serial number.

Syntax

- (NSData*)encryptionCertSerialNumber:(int)encryptionCertIndex;
- (void)setEncryptionCertSerialNumber:(int)encryptionCertIndex:(NSData*)newEncryptionCertSerialNumber;
public func encryptionCertSerialNumber(encryptionCertIndex: Int32) throws -> Data
public func setEncryptionCertSerialNumber(encryptionCertIndex: Int32, newEncryptionCertSerialNumber: Data) throws -> Void

Remarks

Returns the certificate's serial number.

The EncryptionCertIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EncryptionCertCount property.

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