SmartCardPinPolicy.SpecialCharacters プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トラステッド プラットフォーム モジュール (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
プロパティ値
特殊文字が許可されるかどうかを表す列挙値の 1 つ。
注釈
ここでは、特殊文字は、印刷可能な ASCII 文字のセットとして定義されています。 ! " # $ % & ' ( ) * + 、 - 。 / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
既定値は、特殊文字を許可するためです。