SmartCardPinPolicy.SpecialCharacters Property

Definition

Gets or sets whether special characters are allowed for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.

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

Property Value

One of the enumeration values, representing whether special characters are allowed.

Remarks

Special characters are defined here as the following set of printable ASCII characters: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~

The default value is to allow special characters.

Applies to

See also