9 references to MachineFlatName
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (1)
425
if (string.Equals(_storeCtx.
MachineFlatName
, domainName, StringComparison.OrdinalIgnoreCase))
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (4)
249
this.
MachineFlatName
,
738
return new AuthZSet(Sidb, _credentials, _contextOptions, this.
MachineFlatName
, this, _ctxBase);
919
this.
MachineFlatName
);
929
SAMStoreKey key = new SAMStoreKey(this.
MachineFlatName
, sid);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (4)
217
SAMStoreKey key = new SAMStoreKey(this.
MachineFlatName
, (byte[])de.Properties["objectSid"].Value);
507
domainName = this.
MachineFlatName
;
512
if (!string.Equals(domainName, this.
MachineFlatName
, StringComparison.OrdinalIgnoreCase))
514
GlobalDebug.WriteLineIf(GlobalDebug.Warn, "SAMStoreCtx", "FindNativeBySIDIdentRef: {0} != {1}, no match", domainName, this.
MachineFlatName
);