Base:
property
Value
System.Xml.XmlNode.Value
6 references to Value
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs (6)
35if ((Value != null) && (Value.Length > 0)) 36strBuilder.Append(' ').Append(Value); 60if ((Value != null) && (Value.Length > 0)) 62rgbData = Encoding.UTF8.GetBytes(" " + Value);