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