KeyStoreManager.GetSupplementaryAttestationInfo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns tag-specific data required to interpret a tag's attested value.
[Android.Runtime.Register("getSupplementaryAttestationInfo", "(I)[B", "", ApiSince=36)]
public byte[] GetSupplementaryAttestationInfo(int tag);
[<Android.Runtime.Register("getSupplementaryAttestationInfo", "(I)[B", "", ApiSince=36)>]
member this.GetSupplementaryAttestationInfo : int -> byte[]
Parameters
- tag
- Int32
tag for which info is being requested
Returns
tag-specific info
- Attributes
Remarks
Returns tag-specific data required to interpret a tag's attested value.
When performing key attestation, the obtained attestation certificate contains a list of tags and their corresponding attested values. For some tags, additional information about the attested value can be queried via this API. See individual tags for specifics.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.