次の方法で共有


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

プロパティ値

特殊文字が許可されるかどうかを表す列挙値の 1 つ。

注釈

ここでは、特殊文字は、印刷可能な ASCII 文字のセットとして定義されています。 ! " # $ % & ' ( ) * + 、 - 。 / : ; < = > ? @ [ \ ] ^ _ ` { | } ~

既定値は、特殊文字を許可するためです。

適用対象

こちらもご覧ください