Share via


IssuerBundle Constructors

Definition

Overloads

IssuerBundle()

Initializes a new instance of the IssuerBundle class.

IssuerBundle(String, String, IssuerCredentials, OrganizationDetails, IssuerAttributes)

Initializes a new instance of the IssuerBundle class.

IssuerBundle()

Source:
IssuerBundle.cs

Initializes a new instance of the IssuerBundle class.

public IssuerBundle ();
Public Sub New ()

Applies to

IssuerBundle(String, String, IssuerCredentials, OrganizationDetails, IssuerAttributes)

Source:
IssuerBundle.cs

Initializes a new instance of the IssuerBundle class.

public IssuerBundle (string id = default, string provider = default, Microsoft.Azure.KeyVault.Models.IssuerCredentials credentials = default, Microsoft.Azure.KeyVault.Models.OrganizationDetails organizationDetails = default, Microsoft.Azure.KeyVault.Models.IssuerAttributes attributes = default);
new Microsoft.Azure.KeyVault.Models.IssuerBundle : string * string * Microsoft.Azure.KeyVault.Models.IssuerCredentials * Microsoft.Azure.KeyVault.Models.OrganizationDetails * Microsoft.Azure.KeyVault.Models.IssuerAttributes -> Microsoft.Azure.KeyVault.Models.IssuerBundle
Public Sub New (Optional id As String = Nothing, Optional provider As String = Nothing, Optional credentials As IssuerCredentials = Nothing, Optional organizationDetails As OrganizationDetails = Nothing, Optional attributes As IssuerAttributes = Nothing)

Parameters

id
String

Identifier for the issuer object.

provider
String

The issuer provider.

credentials
IssuerCredentials

The credentials to be used for the issuer.

organizationDetails
OrganizationDetails

Details of the organization as provided to the issuer.

attributes
IssuerAttributes

Attributes of the issuer object.

Applies to