2.2.1.3 SmartCardPinCharacterPolicyOption

This enumeration is used in fields of the PinPolicySerialization structure specified in section 2.2.2.1.<1>

 enum SmartCardPinCharacterPolicyOption
 {
     Allow = 0,
     RequireAtLeastOne = 1,
     Disallow  = 2
 };
  

Allow: The value is 0. This character class is allowed.

RequireAtLeastOne: The value is 1. At least one item belonging to this character class is required.

Disallow: The value is 2. This character class is not allowed.