X509DistributionPoint(Uri) Constructor

Initializes a new instance of the X509DistributionPoint class from an array of URLs, where each URL points to the same CRL location.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509DistributionPoint(
	Uri[] uris
)

Parameters

uris  Uri
One or more URLs to include to the current distribution point.

See Also