CertificateAuthenticationProvider Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CertificateAuthenticationProvider(Byte[])
public CertificateAuthenticationProvider (byte[] rawCertificate);
new Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider : byte[] -> Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider
Public Sub New (rawCertificate As Byte())
Parameter
- rawCertificate
- Byte[]
Gilt für:
CertificateAuthenticationProvider(Func<String,Task<ClientAssertionCertificate>>)
Erstellen eines Anwendungsauthentifikators mithilfe eines Zertifikatanbieters
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)))
Parameter
- provider
- Func<String,Task<ClientAssertionCertificate>>
Gilt für:
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)
Parameter
- certAssertion
- ClientAssertionCertificate
- IsCertRollOverEnabled
- Boolean
Gilt für:
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)
Parameter
- rawCertificate
- Byte[]
- IsCertRollOverEnabled
- Boolean
Gilt für:
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)
Parameter
- certificate
- Byte[]
- password
- String
Gilt für:
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)
Parameter
- certificateFilePath
- String
- IsCertRollOverEnabled
- Boolean
Gilt für:
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)
Parameter
- rawCertificate
- Byte[]
- password
- String
- IsCertRollOverEnabled
- Boolean
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET