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