X509DistributionPoint Constructor (Uri) |
Initializes a new instance of the
X509DistributionPoint class from an array of URLs,
where each URL points to the same CRL location.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509DistributionPoint(
Uri[] uris
)
Public Sub New (
uris As Uri()
)
public:
X509DistributionPoint(
array<Uri^>^ uris
)
new :
uris : Uri[] -> X509DistributionPoint
Parameters
- uris
- Type: SystemUri
One or more URLs to include to the current distribution point.
See Also