Base:
property
Value
System.Xml.XmlCharacterData.Value
2 references to Value
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs (2)
29strBuilder.Append(Utils.EscapeWhitespaceData(Value)); 36byte[] rgbData = Encoding.UTF8.GetBytes(Utils.EscapeWhitespaceData(Value));