Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.66 KB

signer-certificate.md

File metadata and controls

61 lines (38 loc) · 1.66 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Sets or retrieves the Certificate object that represents the certificate of a signer of the data.
92ac209e-59b5-4a75-922d-d61629ca41b1
Signer.Certificate property
reference
05/31/2018
APIRef
kbSyntax
Signer.Certificate
COM
Capicom.dll

Signer.Certificate property

[The Certificate property is available for use in the operating systems specified in the Requirements section. Instead, use the CmsSigner Class in the System.Security.Cryptography.Pkcs namespace.]

The Certificate property sets or retrieves the Certificate object that represents the certificate of a signer of the data. This is the default property.

Syntax

Signer.Certificate As Certificate

Property value

The Certificate object that represents the certificate of a signer of the data.

Remarks

When the value of this property is reset, directly or indirectly, the whole state of the object is reset.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Signer