Class AssociatedApplication
Represents an Azure AD associated 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 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
|