Create a new instance of a CRL distribution point that represents the specified URL.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	url As String _
)
C#
public CrlDistributionPoint(
	string url
)

Parameters

url
Type: System..::..String
CRL URL.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also