4 writes to SecurityContextTokenType
System.ServiceModel.Primitives (4)
System\IdentityModel\XD.cs (4)
499
SecurityContextTokenType
= dictionary.CreateString(IdentityModelStringsVersion1.String270, 270);
528
SecurityContextTokenType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String270);
575
SecurityContextTokenType
= dictionary.CreateString(IdentityModelStringsVersion1.String186, 186);
603
SecurityContextTokenType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String186);
2 references to SecurityContextTokenType
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
109
if (tokenType != null && tokenType != Parent.SerializerDictionary.
SecurityContextTokenType
.Value)
201
public override string TokenTypeUri { get { return Parent.SerializerDictionary.
SecurityContextTokenType
.Value; } }