TrustImage.TiibSigner
2.0.22
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TrustImage.TiibSigner --version 2.0.22
NuGet\Install-Package TrustImage.TiibSigner -Version 2.0.22
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TrustImage.TiibSigner" Version="2.0.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrustImage.TiibSigner --version 2.0.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TrustImage.TiibSigner, 2.0.22"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TrustImage.TiibSigner as a Cake Addin #addin nuget:?package=TrustImage.TiibSigner&version=2.0.22 // Install TrustImage.TiibSigner as a Cake Tool #tool nuget:?package=TrustImage.TiibSigner&version=2.0.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Trustimage.TiibSigner é um pacote para assinatura de documento pdf com certificado digital.
Nova Instância
ParametrosAssinador parametros = new(
licencaTiibSigner //Obrigatório,
EndpointCarimboDeTempoBry,
ClientIdCarimboDeTempoBry,
ClientSecretCarimboDeTempoBry,
ConteudoCertificadoRaizACTrustProd,
UrlPocket,
SenhaPocket,
UsuarioPocket,
PoliticaAssinatura.PkiBrazilAdrTempo || PadesBasic || PadesT || PkiBrazilAdrBasica
);
using TiibSigner.NuGetPackage;
var builder = WebApplication.CreateBuilder(args);
builder.services.TiibSignerPackage(
parametros
);
Ou
var instancia = Config.ObterInstanciaAssinador(
parametros
);
Ou
var instancia = new AssinadorSdkPkiPackage(
parametros
)
Ou
services.TiibSignerPackage();
// Ao injetar sem parametros a Interface IParametrosAssinador é injetada como Singleton
// Você deve passar os paramêtros obrigatórios antes de instânciar qualquer classe do tiibSigner
// Exemplo
public async Task<ActionResult> Auth([FromBody] AuthModel authModel, [FromServices] IParametrosAssinador parametrosAssinador){
//Lógica para obter os dados ....
//
parametrosAssinador.ClientIdCarimboDeTempoBry = clientIdCarimboDeTempoBry;
parametrosAssinador.ClientSecretCarimboDeTempoBry = clientSecretCarimboDeTempoBry;
parametrosAssinador.EndpointCarimboDeTempoBry = endpointCarimboDeTempoBry;
parametrosAssinador.ConteudoCertificadoRaizAC = conteudoCertificadoRaizAC;
parametrosAssinador.PoliticaAssinatura = PoliticaAssinatura.PkiBrazilAdrTempo || PadesBasic || PadesT || PkiBrazilAdrBasica;
parametrosAssinador.LicencaTiibSigner = licencaTiibSigner;
}
Assinar Documento
private readonly IAssinadorSdkPkiPackage instancia;
public Construtor(IAssinadorSdkPkiPackage assinadorSdkPkiPackage){
instancia = assinadorSdkPkiPackage;
}
// Passo 1 Iniciar Assinatura
instancia.IniciarAssinaturaRemotaPdf(conteudoCertificadoAssinatura, arquivoEmBytes);
// Passo 2 Finalizar Assinatura
instancia.FinalizarAssinaturaRemotaPdf(bytesAssinatura, arquivoEmBytes);
Validar Assinatura do Documento
private readonly IAssinadorSdkPkiPackage instancia;
public Construtor(IAssinadorSdkPkiPackage assinadorSdkPkiPackage){
instancia = assinadorSdkPkiPackage;
}
var bytesArquivo = File.ReadAllBytes(arquivo);
using Stream arquivoStream = new MemoryStream(bytesArquivo);
var dtoDetalhesAssinatura = instancia.ObterDetalhesAssinates(arquivoStream);
Assinar com o Pocket
private readonly IAssinadorSdkPkiPackage instancia;
public Construtor(IAssinadorSdkPkiPackage assinadorSdkPkiPackage){
instancia = assinadorSdkPkiPackage;
}
var bytesArquivo = File.ReadAllBytes(arquivo);
var thumbprintCertificado = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx";
var arquivoAssinado = instancia.AssinarComPocket(bytesArquivo,thumbprintCertificado);
Links
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Humanizer.Core.pt (>= 2.14.1)
- Lacuna.Amplia.Api (>= 4.4.0)
- Lacuna.Amplia.Client (>= 4.4.0)
- Lacuna.DataAnnotations (>= 1.3.0)
- Lacuna.Pki (>= 2.13.1)
- Lacuna.Pki.Dinamo (>= 0.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Standard.Licensing (>= 1.1.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.38 | 348 | 9/5/2024 |
2.0.37 | 172 | 7/11/2024 |
2.0.36 | 108 | 7/1/2024 |
2.0.35 | 114 | 7/1/2024 |
2.0.34 | 93 | 7/1/2024 |
2.0.33 | 576 | 12/5/2023 |
2.0.32 | 219 | 10/11/2023 |
2.0.31 | 170 | 10/4/2023 |
2.0.30 | 164 | 9/29/2023 |
2.0.29 | 819 | 8/21/2023 |
2.0.28 | 237 | 7/31/2023 |
2.0.27 | 178 | 7/31/2023 |
2.0.26 | 177 | 7/31/2023 |
2.0.25 | 187 | 7/17/2023 |
2.0.24 | 199 | 6/27/2023 |
2.0.23 | 185 | 6/26/2023 |
2.0.22 | 198 | 6/26/2023 |
2.0.21 | 199 | 6/26/2023 |
2.0.20 | 175 | 6/26/2023 |
2.0.19 | 178 | 5/30/2023 |
2.0.18 | 260 | 4/25/2023 |
1.0.18 | 331 | 3/8/2023 |
1.0.17 | 267 | 3/8/2023 |
1.0.16 | 280 | 3/7/2023 |
1.0.15 | 343 | 1/27/2023 |
1.0.14 | 346 | 1/27/2023 |
1.0.13 | 331 | 1/24/2023 |
1.0.12 | 329 | 1/24/2023 |
1.0.11 | 330 | 1/23/2023 |
1.0.10 | 328 | 1/23/2023 |
1.0.9 | 343 | 1/23/2023 |
1.0.8 | 341 | 1/23/2023 |
1.0.7 | 337 | 1/23/2023 |