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