SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signatureCertificationType (property)

Specifies the type of a UserID signature.

Syntax

- (int)signatureCertificationType:(int)signatureIndex;

/* Possible Values */
PCT_GENERIC(0),
PCT_PERSONA(1),
PCT_CASUAL(2),
PCT_POSITIVE(3)
public func signatureCertificationType(signatureIndex: Int32) throws -> PgpreaderSignatureCertificationTypes
public enum PgpreaderSignatureCertificationTypes : Int32 { case pctGeneric = 0 case pctPersona = 1 case pctCasual = 2 case pctPositive = 3 }

Default Value

0

Remarks

Specifies the type of a UserID signature.

pctGeneric0Generic certification of a User ID and Public Key packet. The issuer of this certification does not make any particular assertion as to how well the certifier has checked that the owner of the key is in fact the person described by the User ID. By default user certifications use Generic type.
pctPersona1Persona certification of a User ID and Public Key packet. The issuer of this certification has not done any verification of the claim that the owner of this key corresponds to the specified User ID.
pctCasual2Casual certification of a User ID and a Public Key packet. The issuer of this certification has done some casual verification of the claim of identity.
pctPositive3Positive certification of a User ID and a Public Key packet. The issuer of this certification has done substantial verification of the claim of identity.

The SignatureIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SignatureCount property.

This property is read-only.

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