'Declaration
<NotNullAttribute()> Public Property PrivateKeyFormat As String
'Usage
Dim instance As UACertificateRequestParameters Dim value As String instance.PrivateKeyFormat = value value = instance.PrivateKeyFormat
[NotNull()] public string PrivateKeyFormat {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "PFX"
.