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.
            
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public X509DistributionPoint(
	Uri[] uris
)
Public Sub New ( 
	uris As Uri()
)
public:
X509DistributionPoint(
	array<Uri^>^ uris
)
new : 
        uris : Uri[] -> X509DistributionPoint
Parameters
- uris  Uri
- One or more URLs to include to the current distribution point.