AzureCredentialsFactory Class
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.
public class AzureCredentialsFactory
type AzureCredentialsFactory = class
Public Class AzureCredentialsFactory
- Inheritance
-
System.ObjectAzureCredentialsFactory
Constructors
AzureCredentialsFactory() |
Methods
FromFile(String) |
Creates a credentials object from a file in the following format:
|
FromServicePrincipal(String, String, String, AzureEnvironment) |
Creates a credentials object from a service principal. |
FromServicePrincipal(String, String, String, String, AzureEnvironment) | |
FromServicePrincipal(String, X509Certificate2, String, AzureEnvironment) |