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