Click or drag to resize
GDSecureMimeCertificate Constructor
Initializes new GDSecureMimeCertificate object based on binary data of certificate passed as argument. If operation was unsuccessful throws exception.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public GDSecureMimeCertificate(
	byte[] binaryDer
)

Parameters

binaryDer
Type: SystemByte
Binary data of certificate from which certificate object should be created.
Exceptions
ExceptionCondition
FailureExceptionThrows FailureException when creation of certificate failed.
InvalidArgumentExceptionThrows InvalidArgumentException when binaryDer was incorrect.
See Also