2 writes to upnSid
System.ServiceModel (2)
System\ServiceModel\UpnEndpointIdentity.cs (2)
55this.upnSid = windowsIdentity.User; 190this.upnSid = userAccount.Translate(typeof(SecurityIdentifier)) as SecurityIdentifier;
1 reference to upnSid
System.ServiceModel (1)
System\ServiceModel\UpnEndpointIdentity.cs (1)
215return this.upnSid;