10 references to CredentialTypes
System.DirectoryServices.AccountManagement (10)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (4)
2172internal override CredentialTypes SupportedCredTypes(AuthenticablePrincipal p) 2176return (CredentialTypes)0; 2178return CredentialTypes.Password | CredentialTypes.Certificate;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (5)
894internal override CredentialTypes SupportedCredTypes(AuthenticablePrincipal p) 898return (CredentialTypes)0; 900CredentialTypes supportedTypes = CredentialTypes.Password; 904supportedTypes |= CredentialTypes.Certificate;
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
227internal abstract CredentialTypes SupportedCredTypes(AuthenticablePrincipal p);