Show / Hide Table of Contents

    Class IdentitySubtree

    Represents an endpoint identity.

    Inheritance
    Object
    Subtree
    IdentitySubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(Object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    Subtree.Key
    Subtree.Name
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class IdentitySubtree : Subtree, IEquatable<Subtree>

    Constructors

    IdentitySubtree()

    Instantiates new object.

    Declaration
    public IdentitySubtree()

    IdentitySubtree(Identity)

    Initializes new instance from provided identity.

    Declaration
    public IdentitySubtree(Identity identity)
    Parameters
    Type Name Description
    Identity identity

    Identity to be initialized from.

    IdentitySubtree(Int32, String, Guid, IdentityKind)

    Instantiates new object and initializes it with provided identifier and display name.

    Declaration
    public IdentitySubtree(int id, string name, Guid key, IdentityKind kind)
    Parameters
    Type Name Description
    Int32 id

    Identity identifier.

    String name

    Identity friendly name.

    Guid key

    Behavior's unique key.

    IdentityKind kind

    Identity kind (X.509 certificate, SPN, Windows credentials, etc).

    Properties

    Kind

    Gets identity kind (X.509 certificate, SPN, Windows credentials, etc).

    Declaration
    public IdentityKind Kind { get; set; }
    Property Value
    Type Description
    IdentityKind

    Implements

    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation