9 references to ComputerServicePrincipalNames
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
417{PropertyNames.ComputerServicePrincipalNames, "servicePrincipalName", new FromLdapConverterDelegate(MultiStringFromLdapConverter), new ToLdapConverterDelegate(MultiStringToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
721{PropertyNames.ComputerServicePrincipalNames, "serviceprincipalname", new FromLdapConverterDelegate(MultiStringFromLdapConverter), new ToLdapConverterDelegate(MultiStringToLdapConverter)},
System\DirectoryServices\AccountManagement\Computer.cs (4)
53return HandleGet<PrincipalValueCollection<string>>(ref _servicePrincipalNames, PropertyNames.ComputerServicePrincipalNames, ref _servicePrincipalNamesLoaded); 119case (PropertyNames.ComputerServicePrincipalNames): 141PropertyNames.ComputerServicePrincipalNames => _servicePrincipalNames.Changed, 153PropertyNames.ComputerServicePrincipalNames => _servicePrincipalNames,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
312public const string PropertyNameStatic = PropertyNames.ComputerServicePrincipalNames;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
706{PropertyNames.ComputerServicePrincipalNames, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
312PropertyNames.ComputerServicePrincipalNames