EkmProxyClientCertificateInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EKM proxy client certificate information.
public class EkmProxyClientCertificateInfo : System.ClientModel.Primitives.IJsonModel<Azure.Security.KeyVault.Administration.EkmProxyClientCertificateInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.KeyVault.Administration.EkmProxyClientCertificateInfo>
type EkmProxyClientCertificateInfo = class
interface IJsonModel<EkmProxyClientCertificateInfo>
interface IPersistableModel<EkmProxyClientCertificateInfo>
Public Class EkmProxyClientCertificateInfo
Implements IJsonModel(Of EkmProxyClientCertificateInfo), IPersistableModel(Of EkmProxyClientCertificateInfo)
- Inheritance
-
EkmProxyClientCertificateInfo
- Implements
Properties
| Name | Description |
|---|---|
| CaCertificates |
The client root CA certificate chain to authenticate to the EKM proxy. An array of certificates in the certificate chain, each in DER format and base64 encoded. To assign a byte[] to the element of this property use FromBytes(Byte[]). The byte[] will be serialized to a Base64 encoded string. Examples:
|
| SubjectCommonName |
The subject common name of the client certificate used to authenticate to the EKM proxy. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to EkmProxyClientCertificateInfo) | |