8 overrides of ValueTypeUri
System.ServiceModel (8)
System\ServiceModel\Security\WSSecureConversation.cs (2)
99
protected override string
ValueTypeUri
{ get { return null; } }
334
protected override string
ValueTypeUri
{ get { return null; } }
System\ServiceModel\Security\WSSecurityJan2004.cs (5)
94
protected override string
ValueTypeUri
{ get { return this.valueTypeUris[0]; } }
204
protected override string
ValueTypeUri
{ get { return null; } }
306
protected override string
ValueTypeUri
{ get { return null; } }
351
protected override string
ValueTypeUri
{ get { return null; } }
495
protected override string
ValueTypeUri
{ get { return null; } }
System\ServiceModel\Security\WSTrust.cs (1)
92
protected override string
ValueTypeUri
{ get { return null; } }
2 references to ValueTypeUri
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
540
return element.LocalName == LocalName.Value && element.NamespaceURI == NamespaceUri.Value && valueTypeUri == this.
ValueTypeUri
;
546
reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null) == this.
ValueTypeUri
;