'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Public ReadOnly Property Certificate As IPkiCertificate
'Usage
Dim instance As PkiCertificateInfo Dim value As IPkiCertificate value = instance.Certificate
[Browsable(false)] [NotNull()] public IPkiCertificate Certificate {get;}
[Browsable(false)] [NotNull()] public: property IPkiCertificate^ Certificate { IPkiCertificate^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).