CachedKeyPair type
type CachedKeyPair = {
privateKey: CryptoKey,
publicKey: CryptoKey,
requestMethod?: string,
requestUri?: string,
}
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
type CachedKeyPair = {
privateKey: CryptoKey,
publicKey: CryptoKey,
requestMethod?: string,
requestUri?: string,
}