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