SignedContentBlobToBeSignedData Property |
A BLOB that has been encoded by using Distinguished Encoding Rules (DER) and that is to be signed.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public byte[] ToBeSignedData { get; }
Public ReadOnly Property ToBeSignedData As Byte()
Get
public:
property array<unsigned char>^ ToBeSignedData {
array<unsigned char>^ get ();
}
member ToBeSignedData : byte[] with get
Property Value
Type:
ByteSee Also