Show / Hide Table of Contents

Class SslType

SSL file type.

Inheritance
System.Object
SslType
Namespace: PrinceXML.Wrapper.Enums
Assembly: PrinceXML.Wrapper.dll
Syntax
public class SslType : object

Fields

| Improve this Doc View Source

Der

Equates to the string "DER".

Declaration
public static readonly SslType Der
Field Value
Type Description
SslType
| Improve this Doc View Source

Pem

Equates to the string "PEM".

Declaration
public static readonly SslType Pem
Field Value
Type Description
SslType

Methods

| Improve this Doc View Source

ToString()

Returns a string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX