示例#1
0
 /// <summary>
 /// Initializes a new instance of the
 /// PdfPrivilegeModelSignConfigurationUpdateRequest class.
 /// </summary>
 public PdfPrivilegeModelSignConfigurationUpdateRequest(string name = default(string), string ownerPassword = default(string), System.Guid?certificateId = default(System.Guid?), PdfPrivilegeModel privileges = default(PdfPrivilegeModel))
 {
     Name          = name;
     OwnerPassword = ownerPassword;
     CertificateId = certificateId;
     Privileges    = privileges;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the SignConfigurationPdfResponse
 /// class.
 /// </summary>
 public SignConfigurationPdfResponse(System.Guid?id = default(System.Guid?), string name = default(string), System.Guid?certificateId = default(System.Guid?), System.Guid?subscriptionId = default(System.Guid?), System.DateTime?createdDate = default(System.DateTime?), PdfPrivilegeModel pdfPrivilege = default(PdfPrivilegeModel), string certificateRawData = default(string))
 {
     Id                 = id;
     Name               = name;
     CertificateId      = certificateId;
     SubscriptionId     = subscriptionId;
     CreatedDate        = createdDate;
     PdfPrivilege       = pdfPrivilege;
     CertificateRawData = certificateRawData;
     CustomInit();
 }