4 writes to SecurityContextTokenType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
453
this.
SecurityContextTokenType
= dictionary.CreateString(IdentityModelStringsVersion1.String270, 270);
482
this.
SecurityContextTokenType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String270);
527
this.
SecurityContextTokenType
= dictionary.CreateString(IdentityModelStringsVersion1.String186, 186);
555
this.
SecurityContextTokenType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String186);
2 references to SecurityContextTokenType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
118
if (tokenType != null && tokenType != _parent.SerializerDictionary.
SecurityContextTokenType
.Value)
209
public override string TokenTypeUri { get { return _parent.SerializerDictionary.
SecurityContextTokenType
.Value; } }