4 writes to SecurityContextToken
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
441this.SecurityContextToken = dictionary.CreateString(IdentityModelStringsVersion1.String175, 175); 470this.SecurityContextToken = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String175); 515this.SecurityContextToken = dictionary.CreateString(IdentityModelStringsVersion1.String175, 175); 543this.SecurityContextToken = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String175);
1 reference to SecurityContextToken
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
200protected override XmlDictionaryString LocalName { get { return _parent.SerializerDictionary.SecurityContextToken; } }