SmartCardPinPolicy.MinLength 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TPM(신뢰할 수 있는 플랫폼 모듈) 가상 스마트 카드 PIN(개인 식별 번호)의 최소 문자 길이를 가져오거나 설정합니다.
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
속성 값
최소 문자 길이입니다.
설명
허용되는 최소 문자 길이는 4입니다.
허용되는 가장 높은 최소 문자 길이는 127입니다.
기본 최소 문자 길이는 8입니다.