1 write to parent
System.ServiceModel (1)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
100this.parent = parent;
8 references to parent
System.ServiceModel (8)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (8)
105get { return this.parent; } 120if ( tokenType != null && tokenType != parent.SerializerDictionary.SecurityContextTokenType.Value ) 125parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.Reference, 126parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.Namespace ) ) 128string valueType = reader.GetAttribute( parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.ValueType, null ); 129if ( valueType != null && valueType != parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value ) 133string uri = reader.GetAttribute( parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.URI, null ); 180writer.WriteAttributeString( XD.SecurityJan2004Dictionary.ValueType, null, parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value );