Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class RotatingCertificateFactory

    Inheritance
    object
    RotatingCertificateFactory
    Implements
    IRotatingCertificateFactory
    ICertificateFactory
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.IO.Authentication.X509
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class RotatingCertificateFactory : IRotatingCertificateFactory, ICertificateFactory, IDisposable

    Constructors

    | Edit this page View Source

    RotatingCertificateFactory(ICertificateFactory, TimeSpan, TimeSpan, ILogger?)

    Declaration
    public RotatingCertificateFactory(ICertificateFactory certificateFactoryImplementation, TimeSpan interval, TimeSpan expiresIn, ILogger? logger = null)
    Parameters
    Type Name Description
    ICertificateFactory certificateFactoryImplementation
    TimeSpan interval
    TimeSpan expiresIn
    ILogger logger

    Properties

    | Edit this page View Source

    HasUpdates

    Declaration
    public bool HasUpdates { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Dispose()

    Declaration
    public void Dispose()
    | Edit this page View Source

    GetCertificates()

    Declaration
    public X509Certificate2Collection GetCertificates()
    Returns
    Type Description
    X509Certificate2Collection
    | Edit this page View Source

    RefreshCertificates(object)

    Declaration
    public void RefreshCertificates(object state)
    Parameters
    Type Name Description
    object state

    Implements

    IRotatingCertificateFactory
    ICertificateFactory
    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.