'Declaration<NotNullAttribute()> ReadOnly Property SerialNumber As String
'UsageDim instance As _PkiCrlEntry Dim value As String value = instance.SerialNumber
[NotNull()] string SerialNumber {get;}
            'Declaration<NotNullAttribute()> ReadOnly Property SerialNumber As String
'UsageDim instance As _PkiCrlEntry Dim value As String value = instance.SerialNumber
[NotNull()] string SerialNumber {get;}
| Exception | Description | 
|---|---|
| System.Security.Cryptography.CryptographicException | An error occurred during a cryptographic operation. This is an operation error that depends on factors external to your program, and thus cannot be always avoided. Your code must handle it appropriately.  |