pcsc-sharp : PCSC.Iso8825.Asn1 Namespace

Asn1Boolean Class

Documentation for this section has not yet been entered.

public class Asn1Boolean : PCSC.Iso8825.DataObject, IAsn1Type

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from PCSC.Iso8825.DataObject.

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
Tag long . Documentation for this section has not yet been entered.
[read-only]
Value bool . Documentation for this section has not yet been entered.

Public Methods

GetAsn1Type () : Asn1Type
Documentation for this section has not yet been entered.

Public Operators

static
Conversion to System.Boolean (Implicit) Documentation for this section has not yet been entered.
static
Conversion to PCSC.Iso8825.Asn1.Asn1Boolean (Implicit) Documentation for this section has not yet been entered.

Member Details

Asn1Boolean Constructor

Documentation for this section has not yet been entered.

public Asn1Boolean ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Asn1Boolean Constructor

Documentation for this section has not yet been entered.

public Asn1Boolean (bool value)

Parameters

value
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Asn1Boolean Constructor

Documentation for this section has not yet been entered.

public Asn1Boolean (byte[] packet, int startIndex, int length)

Parameters

packet
Documentation for this section has not yet been entered.
startIndex
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

GetAsn1Type Method

Documentation for this section has not yet been entered.

public Asn1Type GetAsn1Type ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Conversion Method

Documentation for this section has not yet been entered.

public static implicit operator bool (Asn1Boolean b)

Parameters

b
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.Iso8825.Asn1
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

Conversion Method

Documentation for this section has not yet been entered.

public static implicit operator Asn1Boolean (bool b)

Parameters

b
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.Iso8825.Asn1
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

Tag Property

Documentation for this section has not yet been entered.

public override long Tag { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Value Property

Documentation for this section has not yet been entered.

public bool Value { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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