16 references to XmlSchemaNamespace
System.Security.Claims (16)
System\Security\Claims\ClaimValueTypes.cs (16)
13public const string Base64Binary = XmlSchemaNamespace + "#base64Binary"; 14public const string Base64Octet = XmlSchemaNamespace + "#base64Octet"; 15public const string Boolean = XmlSchemaNamespace + "#boolean"; 16public const string Date = XmlSchemaNamespace + "#date"; 17public const string DateTime = XmlSchemaNamespace + "#dateTime"; 18public const string Double = XmlSchemaNamespace + "#double"; 19public const string Fqbn = XmlSchemaNamespace + "#fqbn"; 20public const string HexBinary = XmlSchemaNamespace + "#hexBinary"; 21public const string Integer = XmlSchemaNamespace + "#integer"; 22public const string Integer32 = XmlSchemaNamespace + "#integer32"; 23public const string Integer64 = XmlSchemaNamespace + "#integer64"; 24public const string Sid = XmlSchemaNamespace + "#sid"; 25public const string String = XmlSchemaNamespace + "#string"; 26public const string Time = XmlSchemaNamespace + "#time"; 27public const string UInteger32 = XmlSchemaNamespace + "#uinteger32"; 28public const string UInteger64 = XmlSchemaNamespace + "#uinteger64";