ClientCertificateAuthentication 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.
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() |