Share via


SmartCardPinPolicy.MinLength Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to

See also