Describes an app's SSL configuration.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class SslConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SslConfiguration()()()() | Initializes a new instance of the SslConfiguration class | 
|  | Certificate | 
            Gets and sets the property Certificate. 
             The contents of the certificate's domain.crt file. | 
|  | Chain | 
            Gets and sets the property Chain. 
             Optional. Can be used to specify an intermediate certificate authority key or client authentication. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PrivateKey | 
            Gets and sets the property PrivateKey. 
             The private key; the contents of the certificate's domain.kex file. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCertificate(String) | Obsolete. 
            Sets the Certificate property
             | 
|  | WithChain(String) | Obsolete. 
            Sets the Chain property
             | 
|  | WithPrivateKey(String) | Obsolete. 
            Sets the PrivateKey property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SslConfiguration |