Certificates

ResolveRecipientsCertificates.Certificates property

Contains the list of X509 certificates as binary large object (BLOB). This element is returned by the server only if the client specifies a value of 2 in the CertificateRetrieval in the ResolveRecipients command request.

public List<byte[]> Certificates { get; }

See Also