Share via


SmartCardPinPolicy.Digits Property

Definition

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

public:
 property SmartCardPinCharacterPolicyOption Digits { SmartCardPinCharacterPolicyOption get(); void set(SmartCardPinCharacterPolicyOption value); };
SmartCardPinCharacterPolicyOption Digits();

void Digits(SmartCardPinCharacterPolicyOption value);
public SmartCardPinCharacterPolicyOption Digits { get; set; }
var smartCardPinCharacterPolicyOption = smartCardPinPolicy.digits;
smartCardPinPolicy.digits = smartCardPinCharacterPolicyOption;
Public Property Digits As SmartCardPinCharacterPolicyOption

Property Value

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

Remarks

The default value is to allow number characters.

Applies to

See also