11 references to Attributes
System.IdentityModel (11)
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\UserNameSecurityTokenHandler.cs (2)
131string type = reader.GetAttribute(WSSecurity10Constants.Attributes.Type, null); 223WSSecurity10Constants.Attributes.Type,
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (6)
358string valueTypeUri = reader.GetAttribute(WSSecurity10Constants.Attributes.ValueType, null); 439string valueTypeUri = dicReader.GetAttribute(WSSecurity10Constants.Attributes.ValueType, null); 449WSSecurity10Constants.Attributes.ValueType, 455string encoding = dicReader.GetAttribute(WSSecurity10Constants.Attributes.EncodingType, null); 665writer.WriteAttributeString(WSSecurity10Constants.Attributes.ValueType, null, WSSecurity10Constants.X509TokenType); 666writer.WriteAttributeString(WSSecurity10Constants.Attributes.EncodingType, WSSecurity10Constants.Base64EncodingType);