Skip to content

programando-ideas/webapi_csharp_keyvault

Repository files navigation

PROGRAMANDO IDEAS

webapi_csharp_keyvault

Azure Key Vault con ASP.NET Core WebApi C#

Comando para crear certificado

New-SelfSignedCertificate -Type Custom -KeySpec Signature -Subject "CN=programando_ideas_cert" -KeyExportPolicy Exportable -HashAlgorithm sha256 -KeyLength 2048 -CertStoreLocation "Cert:\CurrentUser\My" -KeyUsageProperty Sign -KeyUsage CertSign

About

Azure Key Vault con ASP.NET Core WebApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages