7 references to ValueType
System.IdentityModel (7)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
583value = reader.GetAttribute(WSSE.Attributes.ValueType); 586throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, WSSE.Attributes.ValueType, WSSE.Elements.KeyIdentifier)); 714writer.WriteAttributeString(WSSE.Attributes.ValueType, TokenProfile11ValueType);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (4)
358string valueTypeUri = reader.GetAttribute(WSSecurity10Constants.Attributes.ValueType, null); 439string valueTypeUri = dicReader.GetAttribute(WSSecurity10Constants.Attributes.ValueType, null); 449WSSecurity10Constants.Attributes.ValueType, 665writer.WriteAttributeString(WSSecurity10Constants.Attributes.ValueType, null, WSSecurity10Constants.X509TokenType);