Show / Hide Table of Contents

Class AzureAdPublisherDomain

Represents a publisher domain used during verification of Azure AD application.

Inheritance
Object
AzureAdPublisherDomain
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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>

Back to top Generated by DocFX