MDM_NGCPro_PINComplexity03 class
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
The MDM_NGCPro_PINComplexity03 class defines the PIN complexity for the logon credentials for Microsoft Passport for Work.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[dynamic, provider("DMWmiBridgeProv"), AMENDMENT]class MDM_NGCPro_PINComplexity03
{
string InstanceID;
string ParentID;
sint32 UpperCase;
sint32 LowerCase;
sint32 SpecialCharacters;
sint32 Digits;
};
Members
The MDM_NGCPro_PINComplexity03 class has these types of members:
- Properties
Properties
The MDM_NGCPro_PINComplexity03 class has these properties.
Digits
Data type: sint32
Access type: Read/write
This setting configures the use of digits in the Microsoft Passport for Work PIN. The following list shows the supported values:
- 0 - Allows the use of digits in PIN.
- 1 - Requires the use of at least one digit in PIN.
- 2 - Does not allow the use of digits in PIN.
Default value is 0. If you disable the setting or if it is not configured, then Microsoft Passport for Work allows users to use digits in PIN.
InstanceID
Data type: string
Access type: Read-only
Qualifiers: key
Root node for PIN policies.
LowerCase
Data type: sint32
Access type: Read/write
his setting configures the use of lowercase letters in the Microsoft Passport for Work PIN. The following list shows the supported values:
- 0 - Allows the use of lowercase letters in PIN.
- 1 - Requires the use of at least one lowercase letters in PIN.
- 2 - Does not allow the use of lowercase letters in PIN.
Default value is 0. If you disable the setting or if it is not configured, then Microsoft Passport for Work allows users to use lowercase letters in PIN.
ParentID
Data type: string
Access type: Read-only
Qualifiers: key
Describes the full path to the parent node. For this class, the string is "./Vendor/MSFT/PassPortForWork/TenantID/Policies"
SpecialCharacters
Data type: sint32
Access type: Read/write
This setting configures the use of special characters in the Microsoft Passport for Work PIN. Valid special characters for Microsoft Passport for work PIN gestures include: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ .The following list shows the supported values:
- 0 - Allows the use of special characters in PIN.
- 1 - Requires the use of at least one special character in PIN.
- 2 - Does not allow the use of special characters in PIN.
Default value is 0. If you disable the setting or if it is not configured, then Microsoft Passport for Work allows users to use special characters in PIN.
UpperCase
Data type: sint32
Access type: Read/write
his setting configures the use of uppercase letters in the Microsoft Passport for Work PIN. The following list shows the supported values:
- 0 - Allows the use of uppercase letters in PIN.
- 1 - Requires the use of at least one uppercase letters in PIN.
- 2 - Does not allow the use of uppercase letters in PIN.
Default value is 0. If you disable the setting or if it is not configured, then Microsoft Passport for Work allows users to use uppercase letters in PIN.
Requirements
Minimum supported client |
Windows 10 Insider Preview |
Minimum supported server |
None supported |
Namespace |
root\cimv2\mdm\dmmap |
MOF |
DMWmiBridgeProv.mof |
DLL |
DMWmiBridgeProv.dll |