'Declaration
Property Archived As Boolean
'Usage
Dim instance As IPkiCertificate Dim value As Boolean instance.Archived = value value = instance.Archived
bool Archived {get; set;}
'Declaration
Property Archived As Boolean
'Usage
Dim instance As IPkiCertificate Dim value As Boolean instance.Archived = value value = instance.Archived
bool Archived {get; set;}
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. |