Search Results for

    Show / Hide Table of Contents

    Class IdentityType

    Type of object supported by solution. Distingushes operation target for various operations. Can be one of the following:

    Local computer admin account

    Managed domain account
    Inheritance
    System.Object
    IdentityType
    Namespace: AdmPwd.Types
    Assembly: AdmPwd.PDSWrapper.dll
    Syntax
    public sealed class IdentityType : Enum

    Fields

    LocalComputerAdmin

    Local computer admin account identity type

    Declaration
    public const IdentityType LocalComputerAdmin = 0
    Field Value
    Type Description
    IdentityType

    ManagedDomainAccount

    Managed domain acocunt identity type

    Declaration
    public const IdentityType ManagedDomainAccount = 1
    Field Value
    Type Description
    IdentityType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    int
    ☀
    ☾
    Back to top Generated by DocFX