4 references to GetTrustedDomainInfoStatus
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\Domain.cs (2)
531
return TrustHelper.
GetTrustedDomainInfoStatus
(context, Name, targetDomainName, Interop.Advapi32.TRUST_ATTRIBUTE.TRUST_ATTRIBUTE_CROSS_ORGANIZATION, false);
557
return TrustHelper.
GetTrustedDomainInfoStatus
(context, Name, targetDomainName, Interop.Advapi32.TRUST_ATTRIBUTE.TRUST_ATTRIBUTE_QUARANTINED_DOMAIN, false);
System\DirectoryServices\ActiveDirectory\Forest.cs (2)
343
return TrustHelper.
GetTrustedDomainInfoStatus
(_context, Name, targetForestName, Interop.Advapi32.TRUST_ATTRIBUTE.TRUST_ATTRIBUTE_CROSS_ORGANIZATION, true);
369
return TrustHelper.
GetTrustedDomainInfoStatus
(_context, Name, targetForestName, Interop.Advapi32.TRUST_ATTRIBUTE.TRUST_ATTRIBUTE_TREAT_AS_EXTERNAL, true);