5 references to WSSecurity11Constants
System.IdentityModel (5)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (5)
32
using WSSE11 = System.IdentityModel.
WSSecurity11Constants
;
708
writer.WriteAttributeString(
WSSE11
.Attributes.TokenType,
WSSE11
.Namespace, SecurityTokenTypes.OasisWssSaml2TokenProfile11);
859
string tokenType = reader.GetAttribute(
WSSE11
.Attributes.TokenType,
WSSE11
.Namespace);