Condividi tramite


SmartCardPinPolicy.MinLength Proprietà

Definizione

Ottiene o imposta la lunghezza minima del carattere per un numero di identificazione personale (PIN) in una smart card virtuale TPM (Trusted Platform Module).

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

Valore della proprietà

UInt32

unsigned int

uint32_t

Lunghezza minima dei caratteri.

Commenti

La lunghezza minima minima consentita è 4.

La lunghezza minima minima consentita massima è 127.

La lunghezza minima predefinita è 8.

Si applica a

Vedi anche