Class DelegatingCertificateFactory
Inheritance
DelegatingCertificateFactory
Assembly: Couchbase.NetClient.dll
Syntax
public class DelegatingCertificateFactory : IRotatingCertificateFactory, ICertificateFactory
Constructors
|
Edit this page
View Source
DelegatingCertificateFactory(ICertificateFactory, ILogger?)
Declaration
public DelegatingCertificateFactory(ICertificateFactory certificateFactory, ILogger? logger = null)
Parameters
Properties
|
Edit this page
View Source
HasUpdates
Declaration
public bool HasUpdates { get; }
Property Value
Methods
|
Edit this page
View Source
GetCertificates()
Declaration
public X509Certificate2Collection GetCertificates()
Returns
|
Edit this page
View Source
RefreshCertificates(object)
Declaration
public void RefreshCertificates(object state)
Parameters
| Type |
Name |
Description |
| object |
state |
|
Implements