2 references to Password
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2178return CredentialTypes.Password | CredentialTypes.Certificate;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
900CredentialTypes supportedTypes = CredentialTypes.Password;