SmartCardProvisioning Klasse

Definition

Stellt Informationen zu und Vorgängen zum Konfigurieren von Smartcards dar.

public ref class SmartCardProvisioning sealed
/// [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 SmartCardProvisioning final
[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 SmartCardProvisioning
Public NotInheritable Class SmartCardProvisioning
Vererbung
Object Platform::Object IInspectable SmartCardProvisioning
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

SmartCard

Ruft die konfigurierte intelligente Karte ab.

Methoden

FromSmartCardAsync(SmartCard)

Gibt einen smarten Karte zurück, der konfiguriert werden soll.

GetAuthorityKeyContainerNameAsync()

Ruft asynchron den Namen des Autoritätsschlüsselcontainers ab.

GetChallengeContextAsync()

Gibt den Authentifizierungsanforderungs-/Antwortkontext eines intelligenten Karte zurück.

GetIdAsync()

Gibt die ID des smarten Karte zurück.

GetNameAsync()

Gibt den Namen des Smart Karte minidriver zurück.

RequestAttestedVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy)

Erstellt eine nachgewiesene TPM-Karte (Trusted Platform Module) mit den angegebenen Parametern.

RequestAttestedVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy, Guid)

Erstellt eine nachgewiesene TPM-Karte (Trusted Platform Module) mit den angegebenen Parametern.

RequestPinChangeAsync()

Ändert die persönliche Identifikationsnummer (PIN) eines smarten Karte.

RequestPinResetAsync(SmartCardPinResetHandler)

Setzt die persönliche Identifikationsnummer (PIN) eines smarten Karte zurück.

RequestVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy)

Erstellt eine virtuelle intelligente Karte des Trusted Platform Module (TPM) mit einem bestimmten, für Menschen lesbaren Namen, Administratorschlüssel und PIN-Regeln.

RequestVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy, Guid)

Erstellt einen virtuellen smarten Karte (Trusted Platform Module, TPM) mit einem bestimmten, für Menschen lesbaren Namen, Administratorschlüssel, PIN-Regeln (Personal Identification Number) und ID.

RequestVirtualSmartCardDeletionAsync(SmartCard)

Löscht ein virtuelles tpm (Trusted Platform Module) smart Karte.

Gilt für:

Weitere Informationen