Search Results for

    Show / Hide Table of Contents

    Get-AdmPwdKeySize

    SYNOPSIS

    Returns encryption key sizes supported by PDS.

    SYNTAX

    Get-AdmPwdKeySize [<CommonParameters>]
    

    DESCRIPTION

    Supported key sizes are maintained in Password Decryptor service config file. New key pair can be requested by Key Admin role holder with one of supported key sizes.

    Solution uses RSA asymmetric algorithm. To change key sizes ofered by PDS, change PDS configuration file

    EXAMPLES

    Example 1

    Get-AdmPwdKeySize
    

    Gets list of supported key sizes

    PARAMETERS

    CommonParameters

    This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

    INPUTS

    OUTPUTS

    AdmPwd.Types.KeySize[]

    NOTES

    RELATED LINKS

    • Improve this Doc
    ☀
    ☾
    Back to top Generated by DocFX