3 instantiations of SAMStoreKey
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
248SAMStoreKey key = new SAMStoreKey( 929SAMStoreKey key = new SAMStoreKey(this.MachineFlatName, sid);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
217SAMStoreKey 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)
248SAMStoreKey key = new SAMStoreKey( 929SAMStoreKey key = new SAMStoreKey(this.MachineFlatName, sid);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
217SAMStoreKey key = new SAMStoreKey(this.MachineFlatName, (byte[])de.Properties["objectSid"].Value);
System\DirectoryServices\AccountManagement\SAM\SAMStoreKey.cs (3)
36if (!(o is SAMStoreKey)) 39SAMStoreKey that = (SAMStoreKey)o;