3 writes to mapToWindows
System.IdentityModel (3)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (3)
80this.mapToWindows = mapToWindows; 123mapToWindows = XmlConvert.ToBoolean(attribute.Value.ToLowerInvariant()); 240set { mapToWindows = value; }
2 references to mapToWindows
System.IdentityModel (2)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
239get { return mapToWindows; } 540if (!mapToWindows)