'Declaration
<CanBeNullAttribute()> Property PrivateKey As AsymmetricAlgorithm
'Usage
Dim instance As IPkiCertificate Dim value As AsymmetricAlgorithm instance.PrivateKey = value value = instance.PrivateKey
[CanBeNull()] AsymmetricAlgorithm PrivateKey {get; set;}
[CanBeNull()] property AsymmetricAlgorithm^ PrivateKey { AsymmetricAlgorithm^ get(); void set ( AsymmetricAlgorithm^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).