Show / Hide Table of Contents

Class AssociatedApplication

Represents an Azure AD associated application.

Inheritance
Object
AssociatedApplication
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 AssociatedApplication

Constructors

AssociatedApplication(String)

Initializes a new instance of AssociatedApplication.

Declaration
public AssociatedApplication(string applicationId)
Parameters
String applicationId

The unique application id.

Properties

ApplicationId

Gets the unique application id.

Declaration
public string ApplicationId { get; }
Property Value
String

Back to top Generated by DocFX