SmartCardPinPolicy.MinLength Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Lunghezza minima dei caratteri.
Commenti
La lunghezza minima minima consentita è 4.
La lunghezza minima minima consentita massima è 127.
La lunghezza minima predefinita è 8.