SecureBlackbox 2020 iOS Edition

Questions / Feedback?

subjectConfirmationID (property)

The identifier of the entity which can satisfy the subject confirmation requirements.

Syntax

- (NSString*)subjectConfirmationID:(int)subjectConfirmationIndex;
- (void)setSubjectConfirmationID:(int)subjectConfirmationIndex:(NSString*)newSubjectConfirmationID;
public func subjectConfirmationID(subjectConfirmationIndex: Int32) throws -> String
public func setSubjectConfirmationID(subjectConfirmationIndex: Int32, newSubjectConfirmationID: String) throws -> Void

Default Value

""

Remarks

The identifier of the entity which can satisfy the subject confirmation requirements.

This property specifies the identifier of the entity which is expected to satisfy the subject confirmation requirements.

The SubjectConfirmationIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SubjectConfirmationCount property.

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