SmartCardPinPolicy.LowercaseLetters Property

Definition

Gets or sets whether lowercase letter characters are allowed for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.

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

Property Value

One of the enumeration values, representing whether lowercase letter characters are allowed.

Remarks

The default value is to allow lowercase letter characters.

Applies to

See also