IssuerCredentials 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
IssuerCredentials() |
Initializes a new instance of the IssuerCredentials class. |
IssuerCredentials(String, String) |
Initializes a new instance of the IssuerCredentials class. |
IssuerCredentials()
- Source:
- IssuerCredentials.cs
Initializes a new instance of the IssuerCredentials class.
public IssuerCredentials ();
Public Sub New ()
Applies to
IssuerCredentials(String, String)
- Source:
- IssuerCredentials.cs
Initializes a new instance of the IssuerCredentials class.
public IssuerCredentials (string accountId = default, string password = default);
new Microsoft.Azure.KeyVault.Models.IssuerCredentials : string * string -> Microsoft.Azure.KeyVault.Models.IssuerCredentials
Public Sub New (Optional accountId As String = Nothing, Optional password As String = Nothing)
Parameters
- accountId
- String
The user name/account name/account id.
- password
- String
The password/secret/account key.
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