3 instantiations of SAMStoreKey
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
248
SAMStoreKey key = new
SAMStoreKey
(
929
SAMStoreKey key = new
SAMStoreKey
(this.MachineFlatName, sid);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
217
SAMStoreKey key = new
SAMStoreKey
(this.MachineFlatName, (byte[])de.Properties["objectSid"].Value);
6 references to SAMStoreKey
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
248
SAMStoreKey
key = new SAMStoreKey(
929
SAMStoreKey
key = new SAMStoreKey(this.MachineFlatName, sid);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
217
SAMStoreKey
key = new SAMStoreKey(this.MachineFlatName, (byte[])de.Properties["objectSid"].Value);
System\DirectoryServices\AccountManagement\SAM\SAMStoreKey.cs (3)
36
if (!(o is
SAMStoreKey
))
39
SAMStoreKey
that = (
SAMStoreKey
)o;