你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClientCertificateAuthentication Class

Definition

The certificate authentication properties for the client.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientCertificateAuthenticationTypeConverter))]
public class ClientCertificateAuthentication : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientCertificateAuthentication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientCertificateAuthenticationTypeConverter))>]
type ClientCertificateAuthentication = class
    interface IClientCertificateAuthentication
    interface IJsonSerializable
Public Class ClientCertificateAuthentication
Implements IClientCertificateAuthentication
Inheritance
ClientCertificateAuthentication
Attributes
Implements

Constructors

ClientCertificateAuthentication()

Creates an new ClientCertificateAuthentication instance.

Properties

AllowedThumbprint

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.

ValidationScheme

The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClientCertificateAuthentication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClientCertificateAuthentication.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientCertificateAuthentication.

FromJsonString(String)

Creates a new instance of ClientCertificateAuthentication, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClientCertificateAuthentication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to