4 writes to DerivedKeyTokenType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
452this.DerivedKeyTokenType = dictionary.CreateString(IdentityModelStringsVersion1.String269, 269); 481this.DerivedKeyTokenType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String269); 526this.DerivedKeyTokenType = dictionary.CreateString(IdentityModelStringsVersion1.String185, 185); 554this.DerivedKeyTokenType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String185);
1 reference to DerivedKeyTokenType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
239public override string TokenTypeUri { get { return _parent.SerializerDictionary.DerivedKeyTokenType.Value; } }