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