SmartCardPinPolicy.MinLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the minimum character length for a personal identification number (PIN) on a Trusted Platform Module (TPM) virtual smart card.
public:
property unsigned int MinLength { unsigned int get(); void set(unsigned int value); };
uint32_t MinLength();
void MinLength(uint32_t value);
public uint MinLength { get; set; }
var uInt32 = smartCardPinPolicy.minLength;
smartCardPinPolicy.minLength = uInt32;
Public Property MinLength As UInteger
Property Value
The minimum character length.
Remarks
The lowest allowed minimum character length is 4.
The highest allowed minimum character length is 127.
The default minimum character length is 8.