Class SingleTenantAccessor
Represent a single tenant, which is useful in single-tenant systems.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.IdentityModel
Assembly: IRM.dll
Syntax
public class SingleTenantAccessor : ITenantAccessor
Constructors
SingleTenantAccessor(Guid)
Creates a new instance of SingleTenantAccessor.
Declaration
public SingleTenantAccessor(Guid tenantId)
Parameters
System.Guid
tenantId
The unique identifier to use for the only tenant. |
Methods
GetTenantId()
Gets the tenant id.
Declaration
public Guid GetTenantId()
Returns
System.Guid
The unique identifier of the tenant. |