Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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(int, 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
    int 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
    [DataMember]
    public IdentityKind Kind { get; set; }
    Property Value
    Type Description
    IdentityKind

    Implements

    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation