Click or drag to resize
weroSoft AG, Software
CertificateStringFormat Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the format of a certificate string.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum CertificateStringFormat
Members
  Member nameValueDescription
Undefined0 The format is not defined.
CertificateOnly1 The string contains the certificate only (base 64 coded).
PemContentString2 The string contains the PEM header and footer and between the certificate as base 64 coded string.
PemString3 The string contains base 64 coded PEM content string.
ByteString4 The string represents the certificate raw data bytes.
See Also