DicomServiceAuthenticationConfiguration 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
DicomServiceAuthenticationConfiguration() |
Initializes a new instance of the DicomServiceAuthenticationConfiguration class. |
DicomServiceAuthenticationConfiguration(String, IList<String>) |
Initializes a new instance of the DicomServiceAuthenticationConfiguration class. |
DicomServiceAuthenticationConfiguration()
Initializes a new instance of the DicomServiceAuthenticationConfiguration class.
public DicomServiceAuthenticationConfiguration ();
Public Sub New ()
Applies to
DicomServiceAuthenticationConfiguration(String, IList<String>)
Initializes a new instance of the DicomServiceAuthenticationConfiguration class.
public DicomServiceAuthenticationConfiguration (string authority = default, System.Collections.Generic.IList<string> audiences = default);
new Microsoft.Azure.Management.HealthcareApis.Models.DicomServiceAuthenticationConfiguration : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.HealthcareApis.Models.DicomServiceAuthenticationConfiguration
Public Sub New (Optional authority As String = Nothing, Optional audiences As IList(Of String) = Nothing)
Parameters
- authority
- String
The authority url for the service