Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This property has been deprecated. Please use ToArray() method instead.",  _
	False)> _
Public ReadOnly Property Content As Byte()
	Get
C#
[ObsoleteAttribute("This property has been deprecated. Please use ToArray() method instead.", 
	false)]
public byte[] Content { get; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also