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.10.0 (latest)
- Published
- Apr 30, 2026
- Platform
- windows/amd64
- Imports
- 11 packages
- Last checked
- 1 hour ago –
Tools for package owners.