Class CardContextCore
  
  Represents a basic object capable of managing smartcard resources.
 
  
  
    Inheritance
    System.Object
    CardContextCore
   
  
  
    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()
    
   
  
  Assembly: WSCT.Wrapper.Desktop.dll
  Syntax
  
    public class CardContextCore : ICardContext
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CardContextCore()
  Initializes a new instance.
 
  
  Declaration
  
  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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Establish()
  
  
  Declaration
  
    public virtual ErrorCode Establish()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetStatusChange(UInt32, AbstractReaderState[])
  
  
  Declaration
  
    public ErrorCode GetStatusChange(uint timeout, AbstractReaderState[] readerStates)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsValid()
  
  
  Declaration
  
    public ErrorCode IsValid()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ListReaderGroups()
  
  
  Declaration
  
    public virtual ErrorCode ListReaderGroups()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ListReaders(String)
  
  
  Declaration
  
    public virtual ErrorCode ListReaders(string group)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        group | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Release()
  
  
  Declaration
  
    public virtual ErrorCode Release()
   
  Returns
  
  Implements
  
  Extension Methods