Class AzureAdPublisherDomain
Represents a publisher domain used during verification of Azure AD application.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class AzureAdPublisherDomain
Constructors
AzureAdPublisherDomain(String)
Initializes a new instance of AzureAdPublisherDomain.
Declaration
public AzureAdPublisherDomain(string applicationId)
Parameters
String
applicationId
The unique application id. |
Properties
AssociatedApplications
Gets a colleciton of associated applications.
Declaration
public IEnumerable<AssociatedApplication> AssociatedApplications { get; }
Property Value
IEnumerable<AssociatedApplication>
|