System.Security.Cryptography.Pkcs.SignerInfo.Certificate Property

The SignerInfo.Certificate property retrieves the signing certificate associated with the signer information.

Syntax

public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the signing certificate is not included at signing time by using the CmsSigner.IncludeOption property, then the certificate will not be returned.

Requirements

Namespace: System.Security.Cryptography.Pkcs
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0