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