Namespace:
Cryptware.NPDFDigitSign
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property OwnerPassword As String Get Set |
C# |
---|
public string OwnerPassword { get; set; } |
Visual C++ |
---|
public: property String^ OwnerPassword { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_ownerPassword(); function set_ownerPassword(value); |