Show / Hide Table of Contents

Class CardContextCore

Represents a basic object capable of managing smartcard resources.

Inheritance
System.Object
CardContextCore
Implements
ICardContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: WSCT.Wrapper.Desktop.Core
Assembly: WSCT.Wrapper.Desktop.dll
Syntax
public class CardContextCore : ICardContext

Constructors

| Improve this Doc View Source

CardContextCore()

Initializes a new instance.

Declaration
public CardContextCore()

Properties

| Improve this Doc View Source

Context

Declaration
public IntPtr Context { get; }
Property Value
Type Description
System.IntPtr
| Improve this Doc View Source

Groups

Declaration
public string[] Groups { get; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

GroupsCount

Declaration
public int GroupsCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Readers

Declaration
public string[] Readers { get; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ReadersCount

Declaration
public int ReadersCount { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Cancel()

Declaration
public ErrorCode Cancel()
Returns
Type Description
ErrorCode
| Improve this Doc View Source

Establish()

Declaration
public virtual ErrorCode Establish()
Returns
Type Description
ErrorCode
| Improve this Doc View Source

GetStatusChange(UInt32, AbstractReaderState[])

Declaration
public ErrorCode GetStatusChange(uint timeout, AbstractReaderState[] readerStates)
Parameters
Type Name Description
System.UInt32 timeout
AbstractReaderState[] readerStates
Returns
Type Description
ErrorCode
| Improve this Doc View Source

IsValid()

Declaration
public ErrorCode IsValid()
Returns
Type Description
ErrorCode
| Improve this Doc View Source

ListReaderGroups()

Declaration
public virtual ErrorCode ListReaderGroups()
Returns
Type Description
ErrorCode
| Improve this Doc View Source

ListReaders(String)

Declaration
public virtual ErrorCode ListReaders(string group)
Parameters
Type Name Description
System.String group
Returns
Type Description
ErrorCode
| Improve this Doc View Source

Release()

Declaration
public virtual ErrorCode Release()
Returns
Type Description
ErrorCode

Implements

ICardContext

Extension Methods

JsonHelpers.WriteToJsonFile(Object, String)
JsonHelpers.WriteToJsonFile(Object, String, Boolean)
JsonHelpers.WriteToJsonString(Object)
JsonHelpers.WriteToJsonString(Object, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX