Base:
property
Value
System.Security.Principal.IdentityReference.Value
4 references to Value
Microsoft.AspNetCore.DataProtection (2)
Repositories\RegistryXmlRepository.cs (1)
94WindowsIdentity.GetCurrent()!.User!.Value);
XmlEncryption\DpapiNGXmlEncryptor.cs (1)
107return string.Format(CultureInfo.InvariantCulture, "SID={0}", currentIdentity?.User?.Value);
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
434CommunicationsUtilities.Trace("The remote pipe owner {0} does not match {1}", remoteOwner.Value, identifier.Value);
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
796s_currentUser = self.User.Value;