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