Enum DataFormat
Definition
- Namespace:
- Tizen.Security.SecureRepository
- Assembly:
- Tizen.Security.SecureRepository.dll
Enumeration for data format.
public enum DataFormat
Fields
Name | Description |
---|---|
Der | The DER encoded data. |
DerBase64 | The DER format base64 encoded data. |
Pem | The PEM encoded data. It consists of the DER format base64 encoded with additional header and footer lines. |