共用方式為


SmartCardPinPolicy.LowercaseLetters 屬性

定義

取得或設定信任平臺模組 (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

屬性值

其中一個列舉值,表示是否允許小寫字母字元。

備註

預設值是允許小寫字母字元。

適用於

另請參閱