你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClientAssertionCertificate 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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())
参数
- clientId
- String
- rawCertificate
- Byte[]
适用于
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)
参数
- clientId
- String
- certificate
- X509Certificate2
适用于
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)
参数
- clientId
- String
- certificateFilePath
- String
适用于
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)
参数
- clientId
- String
- rawCertificate
- Byte[]
- password
- String
适用于
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)
参数
- clientId
- String
- certificateFilePath
- String
- certificatePassword
- String