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 字符集:! “ # $ % & ' ( ) * + , - 。 / : ; < = > ? @ [ \ ] ^ _ ` { | } ~

默认值为 允许特殊字符。

适用于

另请参阅