次の方法で共有


SmartCardPinPolicy.UppercaseLetters プロパティ

定義

トラステッド プラットフォーム モジュール (TPM) 仮想スマート カードの個人識別番号 (PIN) に大文字を使用できるかどうかを取得または設定します。

public:
 property SmartCardPinCharacterPolicyOption UppercaseLetters { SmartCardPinCharacterPolicyOption get(); void set(SmartCardPinCharacterPolicyOption value); };
SmartCardPinCharacterPolicyOption UppercaseLetters();

void UppercaseLetters(SmartCardPinCharacterPolicyOption value);
public SmartCardPinCharacterPolicyOption UppercaseLetters { get; set; }
var smartCardPinCharacterPolicyOption = smartCardPinPolicy.uppercaseLetters;
smartCardPinPolicy.uppercaseLetters = smartCardPinCharacterPolicyOption;
Public Property UppercaseLetters As SmartCardPinCharacterPolicyOption

プロパティ値

大文字を使用できるかどうかを表す列挙値の 1 つ。

注釈

既定値は、大文字を使用できるようにするためです。

適用対象

こちらもご覧ください