Base:
method
Translate
System.Security.Principal.IdentityReference.Translate(System.Type)
4 references to Translate
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
1957NTAccount ntLocalSystem = (NTAccount)sidLocalSystem.Translate(typeof(NTAccount));
System.Security.AccessControl (2)
System\Security\AccessControl\ObjectSecurity.cs (2)
347return _securityDescriptor.Owner.Translate(targetType); 387return _securityDescriptor.Group.Translate(targetType);
System.Security.Principal.Windows (1)
System\Security\Principal\WindowsIdentity.cs (1)
587NTAccount? ntAccount = User!.Translate(typeof(NTAccount)) as NTAccount;