'Declaration
<NotNullAttribute()> ReadOnly Property Issuer As String
[NotNull()] string Issuer {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
'Declaration
<NotNullAttribute()> ReadOnly Property Issuer As String
[NotNull()] string Issuer {get;}
The value of this property cannot be null
(Nothing
in Visual Basic).
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. |