Describes a smart card profile.

The following tables list the members exposed by the Smartcard type.

Public Properties

  Name Description
public property AssignedUserUuid Gets the identifier of the user to whom the smart card is assigned.
public property Atr Gets the smart card answer-to-reset (ATR) string for the card that is currently being initialized.
public property Comment Gets the comment that describes the smart card.
public property Flags Gets the flags that describe the smart card.
public property Middleware Gets the middleware for the smart card.
public property ParentSmartcardUuid Gets the identifier of the old smart card that the smart card has replaced.
public property PermanentSmartcardUuid Gets the identifier of the permanent smart card that is associated with the smart card.
public property PrimarySmartcardUuid Gets the identifier of the primary smart card.
public property ProfileTemplateUuid Gets the identifier of the profile template that contains the policies and settings that govern the smart card.
public property ProfileTemplateVersion Gets the version of the profile template at the time that the smart card profile was created.
public property SerialNumber Gets the smart card's serial number.
public property Status Gets the status of the smart card.
public property Uuid Gets the smart card profile's identifier.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also