Class IdentitySubtree
Represents an endpoint identity.
Implements
Inherited Members
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, IdentityKind)
Instantiates new object and initializes it with provided identifier and display name.
Declaration
public IdentitySubtree(int id, string name, IdentityKind kind)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | Identity identifier. |
String | name | Identity friendly name. |
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 |