Click or drag to resize

X509CertificateGetExtensions Method

Retrieves all extensions (as first specified in V3 of X509, see RFC 5280) from the certificate.

Namespace:  pdftron.Crypto
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public X509Extension[] GetExtensions()

Return Value

Type: X509Extension
a container of X509Extension objects
See Also