public sealed class GetCertificateIssuanceConfigRequest : IMessage<GetCertificateIssuanceConfigRequest>, IEquatable<GetCertificateIssuanceConfigRequest>, IDeepCloneable<GetCertificateIssuanceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class GetCertificateIssuanceConfigRequest.
Request for the GetCertificateIssuanceConfig method.
[[["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 document provides reference documentation for the `GetCertificateIssuanceConfigRequest` class within the Certificate Manager v1 API, specifically for version 2.6.0."],["The `GetCertificateIssuanceConfigRequest` class is used to request details about a specific certificate issuance configuration, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances, including a copy constructor, and it has properties like `CertificateIssuanceConfigName` and `Name` for specifying the certificate issuance configuration to retrieve."],["The document also outlines the inheritance of the class, being derived from `object` and lists inherited members, as well as provides details on the namespace and assembly it belongs to within the .NET environment."],["There are multiple versions of the API, and the latest version is 2.8.0."]]],[]]