Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.15 KB

Get-AdmPwdKeySize.md

File metadata and controls

45 lines (30 loc) · 1.15 KB
external help file Module Name schema
AdmPwd.PS.dll-Help.xml
AdmPwd.PS
2.0.0

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