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 SourceDer
Equates to the string "DER"
.
Declaration
public static readonly SslType Der
Field Value
Type | Description |
---|---|
SslType |
Pem
Equates to the string "PEM"
.
Declaration
public static readonly SslType Pem
Field Value
Type | Description |
---|---|
SslType |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |