Partager via


CertificateAuthenticationProvider Constructeurs

Définition

Surcharges

CertificateAuthenticationProvider(Byte[])
CertificateAuthenticationProvider(Func<String,Task<ClientAssertionCertificate>>)

Créer un authentificateur d’application à l’aide d’un fournisseur de certificats

CertificateAuthenticationProvider(ClientAssertionCertificate, Boolean)
CertificateAuthenticationProvider(Byte[], Boolean)
CertificateAuthenticationProvider(Byte[], String)
CertificateAuthenticationProvider(String, Boolean)
CertificateAuthenticationProvider(Byte[], String, Boolean)

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

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

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 à