CertificateAuthenticationProvider Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CertificateAuthenticationProvider(Byte[])
public CertificateAuthenticationProvider (byte[] rawCertificate);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : byte[] -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (rawCertificate As Byte())
Paramètres
- rawCertificate
- Byte[]
S’applique à
CertificateAuthenticationProvider(Func<String,Task<ClientAssertionCertificate>>)
Créer un authentificateur d’application à l’aide d’un fournisseur de certificats
public CertificateAuthenticationProvider (Func<string,System.Threading.Tasks.Task<Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate>> provider);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : Func<string, System.Threading.Tasks.Task<Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate>> -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (provider As Func(Of String, Task(Of ClientAssertionCertificate)))
Paramètres
- provider
- Func<String,Task<ClientAssertionCertificate>>
S’applique à
CertificateAuthenticationProvider(ClientAssertionCertificate, Boolean)
public CertificateAuthenticationProvider (Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate certAssertion, bool IsCertRollOverEnabled);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate * bool -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (certAssertion As ClientAssertionCertificate, IsCertRollOverEnabled As Boolean)
Paramètres
- certAssertion
- ClientAssertionCertificate
- IsCertRollOverEnabled
- Boolean
S’applique à
CertificateAuthenticationProvider(Byte[], Boolean)
public CertificateAuthenticationProvider (byte[] rawCertificate, bool IsCertRollOverEnabled);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : byte[] * bool -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (rawCertificate As Byte(), IsCertRollOverEnabled As Boolean)
Paramètres
- rawCertificate
- Byte[]
- IsCertRollOverEnabled
- Boolean
S’applique à
CertificateAuthenticationProvider(Byte[], String)
public CertificateAuthenticationProvider (byte[] certificate, string password);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : byte[] * string -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (certificate As Byte(), password As String)
Paramètres
- certificate
- Byte[]
- password
- String
S’applique à
CertificateAuthenticationProvider(String, Boolean)
public CertificateAuthenticationProvider (string certificateFilePath, bool IsCertRollOverEnabled);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : string * bool -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (certificateFilePath As String, IsCertRollOverEnabled As Boolean)
Paramètres
- certificateFilePath
- String
- IsCertRollOverEnabled
- Boolean
S’applique à
CertificateAuthenticationProvider(Byte[], String, Boolean)
public CertificateAuthenticationProvider (byte[] rawCertificate, string password, bool IsCertRollOverEnabled);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : byte[] * string * bool -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (rawCertificate As Byte(), password As String, IsCertRollOverEnabled As Boolean)
Paramètres
- rawCertificate
- Byte[]
- password
- String
- IsCertRollOverEnabled
- Boolean
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET