Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KeyAttestation interface
- Package:
- @azure/keyvault-keys
An interface representing the properties of a key's attestation
Properties
| certificatePemFile | The certificate used for attestation validation, in PEM format. |
| privateKeyAttestation | The key attestation corresponding to the private key material of the key. |
| publicKeyAttestation | The key attestation corresponding to the public key material of the key. |
| version | The version of the attestation. |
Property Details
certificatePemFile
The certificate used for attestation validation, in PEM format.
certificatePemFile?: Uint8Array
Property Value
Uint8Array
privateKeyAttestation
The key attestation corresponding to the private key material of the key.
privateKeyAttestation?: Uint8Array
Property Value
Uint8Array
publicKeyAttestation
The key attestation corresponding to the public key material of the key.
publicKeyAttestation?: Uint8Array
Property Value
Uint8Array
version
The version of the attestation.
version?: string
Property Value
string
