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; } |