Share via


CmsSignerInfo.Certificate Property

Definition

Gets or sets the signer certificate that is used to sign the message.

public:
 property Certificate ^ Certificate { Certificate ^ get(); void set(Certificate ^ value); };
Certificate Certificate();

void Certificate(Certificate value);
public Certificate Certificate { get; set; }
var certificate = cmsSignerInfo.certificate;
cmsSignerInfo.certificate = certificate;
Public Property Certificate As Certificate

Property Value

The signer certificate that is used to sign the message.

Applies to