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