[JetBrains.Annotations.CanBeNull()] string PrivateKeyFormat {get; set;}
[JetBrains.Annotations.CanBeNull()] property String^ PrivateKeyFormat { String^ get(); void set ( String^ value); }
'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Property PrivateKeyFormat As String
'Usage
Dim instance As _UACertificateRequestParameters Dim value As String instance.PrivateKeyFormat = value value = instance.PrivateKeyFormat
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "PFX"
.