CertificateBlob(byte[], byte[], int) constructor

Constructs the Certificate Blob with the specified certificate, the encrypted digest and the algorithm used to compute the encrypted digest so that it can be encoded.

Syntax

CertificateBlob ( byte[] cert , byte[] digest , int alg )

Parameters