2 overrides of SerializerDictionary
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
241public override IdentityModel.SecureConversationDictionary SerializerDictionary 289public override IdentityModel.SecureConversationDictionary SerializerDictionary
9 references to SerializerDictionary
System.ServiceModel.Primitives (9)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (9)
109if (tokenType != null && tokenType != Parent.SerializerDictionary.SecurityContextTokenType.Value) 119if (valueType != null && valueType != Parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value) 172writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, Parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value); 190protected override XmlDictionaryString LocalName { get { return Parent.SerializerDictionary.SecurityContextToken; } } 191protected override XmlDictionaryString NamespaceUri { get { return Parent.SerializerDictionary.Namespace; } } 201public override string TokenTypeUri { get { return Parent.SerializerDictionary.SecurityContextTokenType.Value; } } 217protected override XmlDictionaryString LocalName { get { return _parent.SerializerDictionary.DerivedKeyToken; } } 218protected override XmlDictionaryString NamespaceUri { get { return _parent.SerializerDictionary.Namespace; } } 229public override string TokenTypeUri { get { return _parent.SerializerDictionary.DerivedKeyTokenType.Value; } }