'Declaration
<DefaultValueAttribute("PFX")> <NotNullAttribute()> Public Property PrivateKeyFormat As String
'Usage
Dim instance As UACertificateRequestParameters Dim value As String instance.PrivateKeyFormat = value value = instance.PrivateKeyFormat
[DefaultValue("PFX")] [NotNull()] public string PrivateKeyFormat {get; set;}
[DefaultValue("PFX")] [NotNull()] public: property String^ PrivateKeyFormat { String^ get(); void set ( String^ value); }