The Acr type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddQualifiedDataItem(AcrQualifiedEntry) |
Add a qualified item to ACR data of an ACR using qualified data.
Qualified means access type + CID of Key or ACR.
|
![]() | AddQualifiedDataItem(AcrAccessType, Int32) |
Add a qualified item to ACR data of an ACR using qualified data.
Qualified means access type + CID of Key or ACR.
|
![]() | AddSimpleDataItem |
Add a simple item to ACR data of an ACR using none qualified data.
Simple means a single CID of a Key or ACR.
|
![]() | CountQualifiedDataItems |
Get number of data items for ACR types using qualified data items.
|
![]() | CountSimpleDataItems |
Get number of data items for ACR types using none qualified (CID only) data items.
|
![]() | Create |
Create this component within card. Before calling this the
attributes and component data should be set. Further the
component must be constructed with component name not with CID.
CID is assigned by BasicCard once created.
(Inherited from Component.) |
![]() | CreateAttributes |
Create AcrAttributes object from specified attribute bytes.
(Overrides Component..::..CreateAttributes(array<Byte>[]()[][]).) |
![]() | Delete |
Delete this component from card.
(Inherited from Component.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCidNoCommsException |
Same as Cid property but instead of throwing an exception, -1 is returned
(Inherited from Component.) |
![]() | GetComponentNameNoCommsException |
Same as ComponentName property but instead of throwing an exception, null is returned.
(Inherited from Component.) |
![]() | GetComponentTypeNoCommsException |
Same as ComponentType property but instead of throwing an exception, ComponentType.Unknown is returned.
(Inherited from Component.) |
![]() | GetDataBytes |
Override this if data bytes must be different for create operation.
(Inherited from Component.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetQualifiedDataItem |
Get a single data item (QualifiedEntry) for an ACR using qualified
data items.
|
![]() | GetSimpleDataItem |
Get a single data item (CID) for an ACR using none qualified (CID only)
data items.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadAttrBytes |
Read component attributes.
(Inherited from Component.) |
![]() | ReadAttributes |
Read component attributes from card.
(Inherited from Component.) |
![]() | ReadData |
Read component data.
(Inherited from Component.) |
![]() | ReadDataBytes |
Read data bytes.
(Inherited from Component.) |
![]() | RemoveQualifiedDataItem |
Remove a single data item (QualifiedEntry) from an ACR using qualified
data items.
|
![]() | RemoveSimpleDataItem |
Remove a single data item (CID) from an ACR using none qualified, simple
data items.
|
![]() | ResetCache |
Remove all cached informations read from card.
(Inherited from Component.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteAttrBytes |
Write component attributes.
(Inherited from Component.) |
![]() | WriteAttributes()()()() |
Write attributes to card.
(Inherited from Component.) |
![]() | WriteAttributes(ComponentAttributes) |
Write component attributes.
(Inherited from Component.) |
![]() | WriteData |
Write component data.
(Inherited from Component.) |
![]() | WriteDataBytes |
Write data bytes.
(Inherited from Component.) |