PKSecureElementPass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("PKSecureElementPass", true)]
public class PKSecureElementPass : PassKit.PKPass
[<Foundation.Register("PKSecureElementPass", true)>]
type PKSecureElementPass = class
inherit PKPass
- Inheritance
- Derived
- Attributes
Constructors
| Name | Description |
|---|---|
| PKSecureElementPass(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| PKSecureElementPass(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| PKSecureElementPass(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AuthenticationToken |
Used to authenticate with the Web service. (Inherited from PKPass) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DeviceAccountIdentifier |
The device-specific account number. (Read-only) |
| DeviceAccountNumberSuffix |
A version of the DeviceAccountIdentifier to be displayed to the user. (Read-only) |
| DeviceName |
The name of the device hosting the pass. (Inherited from PKPass) |
| DevicePassIdentifier | |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Icon |
The icon for the pass. (Inherited from PKPass) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LocalizedDescription |
A localized description of the pass. (Inherited from PKPass) |
| LocalizedName |
A localized description of the pass's kind. (Inherited from PKPass) |
| OrganizationName |
The organization that created the pass. (Inherited from PKPass) |
| PairedTerminalIdentifier | |
| PassActivationState | |
| PassType |
The PKPassType of the pass. (Inherited from PKPass) |
| PassTypeIdentifier |
Identifies the PKPassType. (Inherited from PKPass) |
| PassUrl |
The URL that will open the pass in the Passbook app. (Inherited from PKPass) |
| PaymentPass |
If not |
| PrimaryAccountIdentifier |
An obfuscated unique identifier for the account number of the payment card. (Read-only) |
| PrimaryAccountNumberSuffix |
A version of the PrimaryAccountIdentifier to be displayed to the user. (Read-only) |
| RelevantDate |
The date when the pass is most likely to be needed. (Inherited from PKPass) |
| RelevantDates | (Inherited from PKPass) |
| RemotePass |
Whether the pass is stored on a peer device (e.g., an Apple Watch). (Inherited from PKPass) |
| RetainCount | (Inherited from NSObject) |
| SecureElementPass | (Inherited from PKPass) |
| Self | (Inherited from NSObject) |
| SerialNumber |
A unique identifier for the pass. (Inherited from PKPass) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UserInfo |
Developer-specified extra data. (Inherited from PKPass) |
| WebServiceUrl |
The URL of the developer's Web service. (Inherited from PKPass) |
| Zone | (Inherited from NSObject) |