Exemplo n.º 1
0
 public UsernamePasswordCredential(string username, string password, string tenantId, string clientId, Azure.Identity.TokenCredentialOptions options)
 {
 }
Exemplo n.º 2
0
 public ManagedIdentityCredential(string clientId = null, Azure.Identity.TokenCredentialOptions options = null)
 {
 }
Exemplo n.º 3
0
 public SharedTokenCacheCredential(string username, Azure.Identity.TokenCredentialOptions options = null)
 {
 }
Exemplo n.º 4
0
 public EnvironmentCredential(Azure.Identity.TokenCredentialOptions options)
 {
 }
Exemplo n.º 5
0
 public InteractiveBrowserCredential(string tenantId, string clientId, Azure.Identity.TokenCredentialOptions options = null)
 {
 }
Exemplo n.º 6
0
 public DeviceCodeCredential(System.Func <Azure.Identity.DeviceCodeInfo, System.Threading.CancellationToken, System.Threading.Tasks.Task> deviceCodeCallback, string tenantId, string clientId, Azure.Identity.TokenCredentialOptions options = null)
 {
 }
Exemplo n.º 7
0
 public ClientSecretCredential(string tenantId, string clientId, string clientSecret, Azure.Identity.TokenCredentialOptions options)
 {
 }
Exemplo n.º 8
0
 public ClientCertificateCredential(string tenantId, string clientId, string clientCertificatePath, Azure.Identity.TokenCredentialOptions options)
 {
 }
Exemplo n.º 9
0
 public ClientCertificateCredential(string tenantId, string clientId, System.Security.Cryptography.X509Certificates.X509Certificate2 clientCertificate, Azure.Identity.TokenCredentialOptions options)
 {
 }
 public AuthorizationCodeCredential(string tenantId, string clientId, string clientSecret, string authorizationCode, Azure.Identity.TokenCredentialOptions options)
 {
 }