'Declaration
<NotNullAttribute()> ReadOnly Property PublicKey As PublicKey
'Usage
Dim instance As IPkiCertificate Dim value As PublicKey value = instance.PublicKey
[NotNull()] PublicKey PublicKey {get;}
[NotNull()] property PublicKey^ PublicKey { PublicKey^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).