pcsc-sharp : PCSC.Iso7816 Namespace

Apdu Class

Documentation for this section has not yet been entered.

public abstract class Apdu

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

Members

See Also: Inherited members from object.

Protected Constructors

Apdu ()
Documentation for this section has not yet been entered.

Protected Fields

isocase IsoCase . Documentation for this section has not yet been entered.
proto PCSC.SCardProtocol . Documentation for this section has not yet been entered.

Public Properties

[read-only]
Case IsoCase . Documentation for this section has not yet been entered.
[read-only]
abstract
IsValid bool . Documentation for this section has not yet been entered.
[read-only]
Protocol PCSC.SCardProtocol . Documentation for this section has not yet been entered.

Public Methods

abstract
ToArray () : byte[]
Documentation for this section has not yet been entered.

Public Operators

static
Conversion to System.Byte[] (Explicit) Documentation for this section has not yet been entered.

Member Details

Apdu Constructor

Documentation for this section has not yet been entered.

protected Apdu ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

Case Property

Documentation for this section has not yet been entered.

public virtual IsoCase Case { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

isocase Field

Documentation for this section has not yet been entered.

protected IsoCase isocase

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

IsValid Property

Documentation for this section has not yet been entered.

public abstract bool IsValid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

Conversion Method

Documentation for this section has not yet been entered.

public static explicit operator byte[] (Apdu apdu)

Parameters

apdu
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

proto Field

Documentation for this section has not yet been entered.

protected PCSC.SCardProtocol proto

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

Protocol Property

Documentation for this section has not yet been entered.

public virtual PCSC.SCardProtocol Protocol { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

ToArray Method

Documentation for this section has not yet been entered.

public abstract byte[] ToArray ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1