Click or drag to resize

X509DistributionPoint Constructor (Byte)

Initializes a new instance of the X509DistributionPoint class from an ASN.1-encoded byte array.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509DistributionPoint(
	byte[] rawData
)

Parameters

rawData
Type: SystemByte
ASN.1-encoded byte array that represents single distribution point section.
See Also