SmartCardConnection Classe

Définition

Représente une connexion à un carte intelligent.

public ref class SmartCardConnection sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardConnection final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardConnection : System.IDisposable
Public NotInheritable Class SmartCardConnection
Implements IDisposable
Héritage
Object Platform::Object IInspectable SmartCardConnection
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Méthodes

Close()

Termine l’opération de défi/réponse d’authentification smart carte et libère les ressources système associées.

Dispose()

Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées.

TransmitAsync(IBuffer)

Transmet de manière asynchrone la commande APDU (Application Protocol Data Unit) fournie et retourne la réponse.

S’applique à

Voir aussi