Declaration | |
---|---|
From | @property (readonly, strong, nonnull) NSData *encryptedData |
To | @property (nonatomic, readonly, nonnull) NSData *encryptedData |
Declaration | |
---|---|
From | @property (readonly, nonnull) NSArray<PKIdentityElement *> *elements |
To | @property (nonatomic, readonly, nonnull) NSArray<PKIdentityElement *> *elements |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *givenNameElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *givenNameElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *familyNameElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *familyNameElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *portraitElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *portraitElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *addressElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *addressElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *issuingAuthorityElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *issuingAuthorityElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *documentExpirationDateElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *documentExpirationDateElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *documentNumberElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *documentNumberElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *drivingPrivilegesElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *drivingPrivilegesElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *ageElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *ageElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityElement *dateOfBirthElement |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityElement *dateOfBirthElement |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityIntentToStore *willNotStoreIntent |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityIntentToStore *willNotStoreIntent |
Declaration | |
---|---|
From | @property (class, readonly, nonnull) PKIdentityIntentToStore *mayStoreIntent |
To | @property (class, nonatomic, readonly, nonnull) PKIdentityIntentToStore *mayStoreIntent |
Declaration | |
---|---|
From | @property (readwrite, strong, nullable) id<PKIdentityDocumentDescriptor> descriptor |
To | @property (nonatomic, nullable) id<PKIdentityDocumentDescriptor> descriptor |
Declaration | |
---|---|
From | @property (readwrite, copy, nullable) NSData *nonce |
To | @property (nonatomic, copy, nullable) NSData *nonce |
Declaration | |
---|---|
From | @property (readwrite, copy, nullable) NSString *merchantIdentifier |
To | @property (nonatomic, copy, nullable) NSString *merchantIdentifier |