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