public sealed class CertificateProvider : IMessage<CertificateProvider>, IEquatable<CertificateProvider>, IDeepCloneable<CertificateProvider>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class CertificateProvider.
Specification of certificate provider. Defines the mechanism to obtain the
certificate and private key for peer to peer authentication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `CertificateProvider` class within the Google Cloud Network Security v1beta1 API, specifically for version 2.0.0-beta05."],["The `CertificateProvider` class is designed to define how certificates and private keys are obtained for peer-to-peer authentication in a secure network environment."],["The class includes constructors, `CertificateProvider()` and `CertificateProvider(CertificateProvider other)`, allowing for both default initialization and initialization from another `CertificateProvider` instance."],["Key properties of the `CertificateProvider` include `CertificateProviderInstance`, `GrpcEndpoint`, and `TypeCase`, which specify the certificate source, gRPC server details, and the specific type being used."],["The `CertificateProvider` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]