3 references to LsaSetTrustedDomainInfoByName
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (3)
224
result = Interop.Advapi32.
LsaSetTrustedDomainInfoByName
(handle, trustedDomainName, Interop.Advapi32.TRUSTED_INFORMATION_CLASS.TrustedDomainInformationEx, newInfo);
651
result = Interop.Advapi32.
LsaSetTrustedDomainInfoByName
(handle, trustedDomainName, Interop.Advapi32.TRUSTED_INFORMATION_CLASS.TrustedDomainFullInformation, newBuffer);
792
result = Interop.Advapi32.
LsaSetTrustedDomainInfoByName
(handle, trustedDomainName, Interop.Advapi32.TRUSTED_INFORMATION_CLASS.TrustedDomainFullInformation, newBuffer);