Condividi tramite


SmartCardPinPolicy.MaxLength Proprietà

Definizione

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

public:
 property unsigned int MaxLength { unsigned int get(); void set(unsigned int value); };
uint32_t MaxLength();

void MaxLength(uint32_t value);
public uint MaxLength { get; set; }
var uInt32 = smartCardPinPolicy.maxLength;
smartCardPinPolicy.maxLength = uInt32;
Public Property MaxLength As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

Lunghezza massima del carattere.

Commenti

La lunghezza massima consentita minima è 4.

La lunghezza massima massima consentita è 127.

La lunghezza massima predefinita è 127.

Si applica a

Vedi anche