共用方式為


SmartCardPinPolicy.SpecialCharacters 屬性

定義

取得或設定信任平臺模組 (TPM) 虛擬智慧卡上是否允許個人識別碼 (PIN 碼) 特殊字元。

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

屬性值

其中一個列舉值,表示是否允許特殊字元。

備註

特殊字元在這裡定義為下列一組可列印的 ASCII 字元:! “ # $ % & ' ( ) * + , - 。 / : ; < = > ? @ [ \ ] ^ _ ` { | } ~

預設值是允許特殊字元。

適用於

另請參閱