SmartCardPinPolicy.SpecialCharacters Eigenschaft

Definition

Ruft ab oder legt fest, ob Sonderzeichen für eine persönliche Identifikationsnummer (PIN) für ein virtuelles TPM-Karte (Trusted Platform Module) zulässig sind.

public:
 property SmartCardPinCharacterPolicyOption SpecialCharacters { SmartCardPinCharacterPolicyOption get(); void set(SmartCardPinCharacterPolicyOption value); };
SmartCardPinCharacterPolicyOption SpecialCharacters();

void SpecialCharacters(SmartCardPinCharacterPolicyOption value);
public SmartCardPinCharacterPolicyOption SpecialCharacters { get; set; }
var smartCardPinCharacterPolicyOption = smartCardPinPolicy.specialCharacters;
smartCardPinPolicy.specialCharacters = smartCardPinCharacterPolicyOption;
Public Property SpecialCharacters As SmartCardPinCharacterPolicyOption

Eigenschaftswert

Einer der Enumerationswerte, der angibt, ob Sonderzeichen zulässig sind.

Hinweise

Sonderzeichen werden hier als folgender Satz druckbarer ASCII-Zeichen definiert: ! " # $ % & ' ( ) * + , - . / : ; < = ? > @ [ \ ] ^ _ ` { | } ~

Der Standardwert besteht darin, Sonderzeichen zuzulassen.

Gilt für:

Weitere Informationen