ClientAssertionCertificate 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
ClientAssertionCertificate(String, Byte[])
public ClientAssertionCertificate (string clientId, byte[] rawCertificate);
new Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate : string * byte[] -> Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate
Public Sub New (clientId As String, rawCertificate As Byte())
Parameter
- clientId
- String
- rawCertificate
- Byte[]
Gilt für:
ClientAssertionCertificate(String, X509Certificate2)
public ClientAssertionCertificate (string clientId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
new Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate : string * System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate
Public Sub New (clientId As String, certificate As X509Certificate2)
Parameter
- clientId
- String
- certificate
- X509Certificate2
Gilt für:
ClientAssertionCertificate(String, String)
public ClientAssertionCertificate (string clientId, string certificateFilePath);
new Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate : string * string -> Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate
Public Sub New (clientId As String, certificateFilePath As String)
Parameter
- clientId
- String
- certificateFilePath
- String
Gilt für:
ClientAssertionCertificate(String, Byte[], String)
public ClientAssertionCertificate (string clientId, byte[] rawCertificate, string password);
new Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate : string * byte[] * string -> Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate
Public Sub New (clientId As String, rawCertificate As Byte(), password As String)
Parameter
- clientId
- String
- rawCertificate
- Byte[]
- password
- String
Gilt für:
ClientAssertionCertificate(String, String, String)
public ClientAssertionCertificate (string clientId, string certificateFilePath, string certificatePassword);
new Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate : string * string * string -> Microsoft.Rest.Azure.Authentication.ClientAssertionCertificate
Public Sub New (clientId As String, certificateFilePath As String, certificatePassword As String)
Parameter
- clientId
- String
- certificateFilePath
- String
- certificatePassword
- String
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