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