public sealed class CertificateProvider : IMessage<CertificateProvider>, IEquatable<CertificateProvider>, IDeepCloneable<CertificateProvider>, IBufferMessage, IMessage
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 documentation for the `CertificateProvider` class within the `Google.Cloud.NetworkSecurity.V1Beta1` namespace, used to define the mechanism for obtaining certificates and private keys for peer-to-peer authentication."],["The `CertificateProvider` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class has two constructors: a default constructor and one that accepts another `CertificateProvider` instance, to be able to copy or construct."],["`CertificateProvider` includes properties like `CertificateProviderInstance` and `GrpcEndpoint`, which specify the certificate provider instance details and gRPC configurations, respectively."],["The documentation covers the different available versions of `CertificateProvider`, including the latest beta version `2.0.0-beta06`, as well as older beta versions."]]],[]]