
public X509CRLEntry(
	byte[] rawData
)Public Sub New ( 
	rawData As Byte()
)public:
X509CRLEntry(
	array<unsigned char>^ rawData
)new : 
        rawData : byte[] -> X509CRLEntry| ArgumentNullException | The rawData parameter is null reference. | 
| InvalidDataException | The data do not contains valid CRL entry structure. |