SmartCardPinPolicy.UppercaseLetters Property

Definition

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

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

Property Value

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

Remarks

The default value is to allow uppercase letter characters.

Applies to

See also