Search Results for

    Show / Hide Table of Contents

    Class IssueType

    Type of issue encountered by PDS

    Inheritance
    System.Object
    IssueType
    Namespace: AdmPwd.Types
    Assembly: AdmPwd.PDSWrapper.dll
    Syntax
    public sealed class IssueType : Enum

    Fields

    AccessDenied

    User does not have a permission to perform given operation

    Declaration
    public const IssueType AccessDenied = 2
    Field Value
    Type Description
    IssueType

    AccountAmbiguous

    Name of managed domain account is not unique

    Declaration
    public const IssueType AccountAmbiguous = 14
    Field Value
    Type Description
    IssueType

    AccountNotFound

    Managed domain account was not found

    Declaration
    public const IssueType AccountNotFound = 13
    Field Value
    Type Description
    IssueType

    AccountNotLicensed

    Not enough licenses to process the request

    Declaration
    public const IssueType AccountNotLicensed = 15
    Field Value
    Type Description
    IssueType

    CannotEvaluateUserPermissions

    Cannot evaluate user's permissions on given object

    Declaration
    public const IssueType CannotEvaluateUserPermissions = 11
    Field Value
    Type Description
    IssueType

    CannotGenerateKeyPair

    Cannot generate key pair

    Declaration
    public const IssueType CannotGenerateKeyPair = 7
    Field Value
    Type Description
    IssueType

    CannotResetPassword

    Cannot reset password

    Declaration
    public const IssueType CannotResetPassword = 9
    Field Value
    Type Description
    IssueType

    CannotRetrievePassword

    Cannot retrieve password

    Declaration
    public const IssueType CannotRetrievePassword = 8
    Field Value
    Type Description
    IssueType

    CannotValidateAdminPrivilege

    Cannot find out whether user holds KeyAdmin role

    Declaration
    public const IssueType CannotValidateAdminPrivilege = 6
    Field Value
    Type Description
    IssueType

    ComputerAmbiguous

    Computer name is not unique

    Declaration
    public const IssueType ComputerAmbiguous = 1
    Field Value
    Type Description
    IssueType

    ComputerNotFound

    Computer account was not found

    Declaration
    public const IssueType ComputerNotFound = 0
    Field Value
    Type Description
    IssueType

    ComputerNotLicensed

    Not enough licenses to process the request

    Declaration
    public const IssueType ComputerNotLicensed = 10
    Field Value
    Type Description
    IssueType

    ForestNotSupported

    Forest DNS name is not listed as supported AD forest in PDS configuration

    Declaration
    public const IssueType ForestNotSupported = 12
    Field Value
    Type Description
    IssueType

    KeyAdminRoleNotFound

    Group that is configured as KeyAdmin role is not found

    Declaration
    public const IssueType KeyAdminRoleNotFound = 3
    Field Value
    Type Description
    IssueType

    PublicKeyNotFound

    Public key with given ID is not found

    Declaration
    public const IssueType PublicKeyNotFound = 5
    Field Value
    Type Description
    IssueType

    SupportedKeySizesNotFound

    Supported key sizes configuration element is not configured

    Declaration
    public const IssueType SupportedKeySizesNotFound = 4
    Field Value
    Type Description
    IssueType

    value__

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