3 writes to DerivedKeyTokenType
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
155this.DerivedKeyTokenType = dictionary.Add(SecureConversationDec2005Strings.DerivedKeyTokenType);
System\ServiceModel\XD.cs (2)
1018this.DerivedKeyTokenType = dictionary.CreateString(ServiceModelStringsVersion1.String123, 123); 1053this.DerivedKeyTokenType = dictionary.CreateString(ServiceModelStringsVersion1.String130, 130);
2 references to DerivedKeyTokenType
System.ServiceModel (2)
System\ServiceModel\DXD.cs (1)
184SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.DerivedKeyTokenType);
System\ServiceModel\Security\WSSecureConversation.cs (1)
98public override string TokenTypeUri { get { return parent.SerializerDictionary.DerivedKeyTokenType.Value; } }