SmartCardEmulatorApduReceivedEventArgs.AutomaticResponseStatus Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein SmartCardAutomaticResponseStatus-Objekt ab, das angibt, dass die automatische Antwort bereits erfolgreich gesendet wurde (Success), versucht, aber fehlgeschlagen (UnknownError) oder nicht mit einer Auto-Responder-Regel (None) abgeglichen wurde.
public:
property SmartCardAutomaticResponseStatus AutomaticResponseStatus { SmartCardAutomaticResponseStatus get(); };
SmartCardAutomaticResponseStatus AutomaticResponseStatus();
public SmartCardAutomaticResponseStatus AutomaticResponseStatus { get; }
var smartCardAutomaticResponseStatus = smartCardEmulatorApduReceivedEventArgs.automaticResponseStatus;
Public ReadOnly Property AutomaticResponseStatus As SmartCardAutomaticResponseStatus
Eigenschaftswert
Das -Objekt, das die status der automatischen Antwort angibt.