Class Signature
Inheritance
System.Object
Signature
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml
Assembly: Unimake.Business.DFe.dll
Syntax
public class Signature
Properties
KeyInfo
Declaration
public KeyInfo KeyInfo { get; set; }
Property Value
Type | Description |
---|---|
KeyInfo |
SignatureValue
Declaration
public string SignatureValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SignedInfo
Declaration
public SignedInfo SignedInfo { get; set; }
Property Value
Type | Description |
---|---|
SignedInfo |
Xmlns
Declaration
public string Xmlns { get; set; }
Property Value
Type | Description |
---|---|
System.String |