Class CustomCAS3HttpClientFactory
Crete a S3 Http Client Handler Factory that can accept custom SSL certificate given.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class CustomCAS3HttpClientFactory : S3HttpClientFactory
Constructors
CustomCAS3HttpClientFactory(IEnumerable<X509Certificate2>)
Create a storage httpClient custom certificate check factory from certificate objects
Declaration
[Obsolete("This function is not implemented in the .NET framework 4.5")]
public CustomCAS3HttpClientFactory(IEnumerable<X509Certificate2> localCertificates)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<X509Certificate2> | localCertificates | X509 certificates objects |
CustomCAS3HttpClientFactory(params string[])
Create a storage httpClient custom certificate check factory from certificate path
Declaration
[Obsolete("This function is not implemented in the .NET framework 4.5")]
public CustomCAS3HttpClientFactory(params string[] localCertPaths)
Parameters
Type | Name | Description |
---|---|---|
string[] | localCertPaths | Certificates paths. |
Methods
CreateClientHandler()
Create an CustomCAClientHandler
Declaration
protected override HttpClientHandler CreateClientHandler()
Returns
Type | Description |
---|---|
HttpClientHandler | A Http Client Handler that can accept the custom SSL certificate given. |