4 writes to SecurityContextTokenReferenceValueType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (4)
454
this.
SecurityContextTokenReferenceValueType
= dictionary.CreateString(IdentityModelStringsVersion1.String270, 270);
483
this.
SecurityContextTokenReferenceValueType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String270);
528
this.
SecurityContextTokenReferenceValueType
= dictionary.CreateString(IdentityModelStringsVersion1.String186, 186);
556
this.
SecurityContextTokenReferenceValueType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String186);
2 references to SecurityContextTokenReferenceValueType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
127
if (valueType != null && valueType != _parent.SerializerDictionary.
SecurityContextTokenReferenceValueType
.Value)
178
writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, _parent.SerializerDictionary.
SecurityContextTokenReferenceValueType
.Value);