TrustImage.TiibSigner
1.0.16
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 1.0.16
NuGet\Install-Package TrustImage.TiibSigner -Version 1.0.16
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="1.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TrustImage.TiibSigner --version 1.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TrustImage.TiibSigner, 1.0.16"
#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=1.0.16 // Install TrustImage.TiibSigner as a Cake Tool #tool nuget:?package=TrustImage.TiibSigner&version=1.0.16
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
ConfigPocket? configPocket = null
Se for assinar com um pocket
configPocket = new ConfigPocket()
{
UrlAcCarimboDeTempo = "https://xxx.com.br",
UsuarioAcCarimboDeTempo = "xxxxxxx",
SenhaAcCarimboDeTempo = "xxxxxxx",
UrlPocket = "000.000.00.00", nome ou ip
SenhaPocket = "xxxxxxx",
UsuarioPocket = "xxxxxxx"
};
using TiibSigner.NuGetPackage;
var builder = WebApplication.CreateBuilder(args);
builder.services.TiibSignerPackage(
licencaTiibSigner //Obrigatório,
PoliticaAssinatura.PkiBrazilAdrTempo //Obrigatório,
TipoDaInstancia? tipoDaInstancia // Default Scoped,
certificadoRaizAC,
parametros.EndpointCarimboDeTempoBry,
parametros.ClientIdCarimboDeTempoBry,
parametros.ClientSecretCarimboDeTempoBry,
configPocket
);
Ou
var instancia = Config.ObterInstanciaAssinador(
licencaTiibSigner //Obrigatório,
PoliticaAssinatura.PkiBrazilAdrTempo //Obrigatório,
certificadoRaizAC,
parametros.EndpointCarimboDeTempoBry,
parametros.ClientIdCarimboDeTempoBry,
parametros.ClientSecretCarimboDeTempoBry,
configPocket
);
Ou
var instancia = new AssinadorSdkPkiPackage(
licencaTiibSigner //Obrigatório,
PoliticaAssinatura.PkiBrazilAdrTempo //Obrigatório,
certificadoRaizAC,
parametros.EndpointCarimboDeTempoBry,
parametros.ClientIdCarimboDeTempoBry,
parametros.ClientSecretCarimboDeTempoBry,
configPocket
)
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 | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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.
-
net6.0
- Lacuna.Amplia.Api (>= 3.15.0)
- Lacuna.Amplia.Client (>= 3.15.0)
- Lacuna.DataAnnotations (>= 1.3.0)
- Lacuna.Pki (>= 2.13.0)
- Lacuna.Pki.Dinamo (>= 0.6.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.IdentityModel.Tokens (>= 6.25.1)
- 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 |