package certs
import "github.com/microsoft/go-mssqldb/internal/certs"
Index ¶
- func DeleteMasterKeyCert(thumbprint string) error
- func FindCertBySignatureHash(storeHandle windows.Handle, hash []byte) (pk interface{}, cert *x509.Certificate, err error)
- func ProvisionMasterKeyInCertStore() (thumbprint string, err error)
- type RSA_HEADER
Functions ¶
func DeleteMasterKeyCert ¶
func FindCertBySignatureHash ¶
func FindCertBySignatureHash(storeHandle windows.Handle, hash []byte) (pk interface{}, cert *x509.Certificate, err error)
func ProvisionMasterKeyInCertStore ¶
Types ¶
type RSA_HEADER ¶
type RSA_HEADER struct { Magic uint32 BitLength uint32 PublicExpSize uint32 ModulusSize uint32 Prime1Size uint32 Prime2Size uint32 }
Source Files ¶
- Version
- v1.7.1
- Published
- Mar 19, 2024
- Platform
- windows/amd64
- Imports
- 11 packages
- Last checked
- 19 minutes ago –
Tools for package owners.