Class SignedXmlInfo
  
  
  
  
    Inheritance
    
    
    SignedXmlInfo
   
  
  
  Assembly: Lacuna.RestPki.Client.dll
  Syntax
  
    public class SignedXmlInfo : BaseSignature
   
  Constructors
  
  
  
  
  SignedXmlInfo(RestPkiClient, XmlSignatureResponseModel)
  
  
  Declaration
  
    public SignedXmlInfo(RestPkiClient client, XmlSignatureResponseModel model)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | RestPkiClient | client |  | 
      
        | Lacuna.RestPki.Api.XmlSignature.XmlSignatureResponseModel | model |  | 
    
  
  Properties
  
  
  
  
  Signatures
  
  
  Declaration
  
    public List<XmlSignature> Signatures { get; }
   
  Property Value