SmartCardPinPolicy.MaxLength 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 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à
Lunghezza massima del carattere.
Commenti
La lunghezza massima consentita minima è 4.
La lunghezza massima massima consentita è 127.
La lunghezza massima predefinita è 127.