SmartCardPinPolicy.LowercaseLetters プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トラステッド プラットフォーム モジュール (TPM) 仮想スマート カードの個人識別番号 (PIN) に小文字を使用できるかどうかを取得または設定します。
public:
property SmartCardPinCharacterPolicyOption LowercaseLetters { SmartCardPinCharacterPolicyOption get(); void set(SmartCardPinCharacterPolicyOption value); };
SmartCardPinCharacterPolicyOption LowercaseLetters();
void LowercaseLetters(SmartCardPinCharacterPolicyOption value);
public SmartCardPinCharacterPolicyOption LowercaseLetters { get; set; }
var smartCardPinCharacterPolicyOption = smartCardPinPolicy.lowercaseLetters;
smartCardPinPolicy.lowercaseLetters = smartCardPinCharacterPolicyOption;
Public Property LowercaseLetters As SmartCardPinCharacterPolicyOption
プロパティ値
小文字を使用できるかどうかを表す列挙値の 1 つ。
注釈
既定値は、小文字を使用できるようにすることです。