Search Results for

    Show / Hide Table of Contents

    Class CallerIdentity

    Represents the caller of the request

    Inheritance
    System.Object
    CallerIdentity
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.WebAPI.Core
    Assembly: Simplic.Framework.WebAPI.dll
    Syntax
    public class CallerIdentity

    Properties

    | Improve this Doc View Source

    EMail

    Gets or sets the mail address of the principal

    Declaration
    public string EMail { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ObjectId

    Gets or sets the unique id

    Declaration
    public string ObjectId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PrinicipalType

    Gets or sets the type of the principal

    Declaration
    public string PrinicipalType { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TenantId

    Gets or sets the tenant

    Declaration
    public string TenantId { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx