1 write to _parent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
98
_parent
= parent;
8 references to _parent
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (8)
103
get { return
_parent
; }
118
if (tokenType != null && tokenType !=
_parent
.SerializerDictionary.SecurityContextTokenType.Value)
123
_parent
.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.Reference,
124
_parent
.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.Namespace))
126
string valueType = reader.GetAttribute(
_parent
.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.ValueType, null);
127
if (valueType != null && valueType !=
_parent
.SerializerDictionary.SecurityContextTokenReferenceValueType.Value)
131
string uri = reader.GetAttribute(
_parent
.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.URI, null);
178
writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null,
_parent
.SerializerDictionary.SecurityContextTokenReferenceValueType.Value);