SignedPkcs7TRawData Property |
Gets the ASN.1-encoded byte array that represents current object.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public byte[] RawData { get; }
Public ReadOnly Property RawData As Byte()
Get
public:
property array<unsigned char>^ RawData {
array<unsigned char>^ get ();
}
member RawData : byte[] with get
Property Value
Type:
ByteSee Also