B-Arts DocumentationIndice generale

BSignedFile

Identità

  • Namespace: B.BSecurity

  • Assembly: BFramework

  • Tipo: class

  • Sorgente API: versione 5.0.0

Scopo

Estrae XML di fatture elettroniche da file standard, Base64 o contenitori firmati P7M/CMS e separa l'eventuale firma XML incorporata.

Dichiarazione

public class BSignedFile

Costruttori

  • BSignedFile(string PathFile, eReadMode ReadMode = STANDARD)

Proprietà

Proprietà Tipo Accesso
ExceptionList List<Exception> get/set
FileContent string get/set
IsNothing bool get/set
SignedContent string get/set
StreamContent MemoryStream? get/set

Metodi

  • bool ReadFile()

Tipi annidati

eReadMode

STANDARD, SIGNED

Esempi

Consultare BSignedFile - Esempi.