10 references to AuthenticablePrincipalCertificates
System.DirectoryServices.AccountManagement (10)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
405
{PropertyNames.
AuthenticablePrincipalCertificates
, "userCertificate", new FromLdapConverterDelegate(CertFromLdapConverter), new ToLdapConverterDelegate(CertToLdap)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
709
{PropertyNames.
AuthenticablePrincipalCertificates
, "usercertificate", new FromLdapConverterDelegate(CertFromLdapConverter), new ToLdapConverterDelegate(CertToLdap)},
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (4)
257
PropertyNames.
AuthenticablePrincipalCertificates
, ref _X509Certificate2CollectionLoaded);
385
case PropertyNames.
AuthenticablePrincipalCertificates
:
432
case PropertyNames.
AuthenticablePrincipalCertificates
:
476
case PropertyNames.
AuthenticablePrincipalCertificates
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
180
public const string PropertyNameStatic = PropertyNames.
AuthenticablePrincipalCertificates
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
659
{PropertyNames.
AuthenticablePrincipalCertificates
, typeof(UserPrincipal), "*******", new FromWinNTConverterDelegate(CertFromWinNTConverter), new ToWinNTConverterDelegate(CertToWinNT)},
704
{PropertyNames.
AuthenticablePrincipalCertificates
, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
270
PropertyNames.
AuthenticablePrincipalCertificates
,