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
屬性值
其中一個列舉值,表示是否允許小寫字母字元。
備註
預設值是允許小寫字母字元。