CertificateType Enum
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.
public enum CertificateType
type CertificateType =
- Inheritance
-
CertificateType
Fields
| Name | Value | Description |
|---|---|---|
| RawX509 | 0 | Certificate input bytes: the input bytes represent an encoded X.509 Certificate which could be generated using an CertificateFactory Android reference for 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. |
| Sha256 | 1 | Certificate input bytes: the input bytes represent the SHA256 output of an encoded X.509 Certificate. Android reference for 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. |