SmartCardPinPolicy Klasse
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.
Stellt eine Reihe von PIN-Regeln (Personal Identification Number) für ein virtuelles TPM (Trusted Platform Module) smart Karte dar.
public ref class SmartCardPinPolicy sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [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 SmartCardPinPolicy final
/// [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)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class SmartCardPinPolicy final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[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 SmartCardPinPolicy
[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)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class SmartCardPinPolicy
function SmartCardPinPolicy()
Public NotInheritable Class SmartCardPinPolicy
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Konstruktoren
SmartCardPinPolicy() |
Erstellt und initialisiert eine neue instance einer Reihe von PIN-Regeln (Personal Identification Number) für ein virtuelles TPM (Trusted Platform Module) smart Karte. |
Eigenschaften
Digits |
Ruft ab oder legt fest, ob Zahlenzeichen für eine persönliche Identifikationsnummer (PIN) für ein virtuelles TPM (Trusted Platform Module) smart Karte zulässig sind. |
LowercaseLetters |
Ruft ab oder legt fest, ob Kleinbuchstaben für eine persönliche Identifikationsnummer (PIN) in einem virtuellen tpm-smarten Karte (Trusted Platform Module) zulässig sind. |
MaxLength |
Ruft die maximale Zeichenlänge für eine persönliche Identifikationsnummer (PIN) auf einem virtuellen tpm-smart-Karte (Trusted Platform Module) ab oder legt sie fest. |
MinLength |
Ruft die minimale Zeichenlänge für eine persönliche Identifikationsnummer (PIN) in einem virtuellen tpm-smart-Karte (Trusted Platform Module) ab oder legt sie fest. |
SpecialCharacters |
Ruft ab oder legt fest, ob Sonderzeichen für eine persönliche Identifikationsnummer (PIN) für ein virtuelles TPM (Trusted Platform Module) smart Karte zulässig sind. |
UppercaseLetters |
Ruft ab oder legt fest, ob Großbuchstaben für eine persönliche Identifikationsnummer (PIN) in einem virtuellen tpm-smart-Karte (Trusted Platform Module) zulässig sind. |