CmsSignerInfo.Certificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.