ClientAssertionCertificate Constructors
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.
Overloads
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())
Parameters
- clientId
- String
- rawCertificate
- Byte[]
Applies to
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)
Parameters
- clientId
- String
- certificate
- X509Certificate2
Applies to
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)
Parameters
- clientId
- String
- certificateFilePath
- String
Applies to
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)
Parameters
- clientId
- String
- rawCertificate
- Byte[]
- password
- String
Applies to
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)
Parameters
- clientId
- String
- certificateFilePath
- String
- certificatePassword
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET