[This command is not available in Windows XP and Windows Server 2003]

NAME

Get-CryptographicServiceProviderCNG

SYNOPSIS

Retrieves a list of Cryptographic Service Providers (CSP) installed on the system that support Cryptography Next Generation (CNG) and implement Key Storage Providers (KSP).

SYNTAX

Get-CryptographicServiceProviderCNG [<CommonParameters>]

DESCRIPTION

Retrieves a list of Cryptographic Service Providers (CSP) installed on the system that support Cryptography Next Generation (CNG) and implement Key Storage Providers (KSP) with extended properties. This command displays supported cryptographic algorithms, possible key sizes and used operations.

PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".

INPUTS

None.

OUTPUTS

PKI.ServiceProviders.CspCng

NOTES

Author: Vadims Podans
Blog: http://en-us.sysadmins.lv

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

C:\PS>Get-CryptographicServiceProviderCNG

Returns all installed CNG CSPs with their extended properties.

RELATED LINKS

Get-CryptographicServiceProvider

Last edited Jul 27, 2012 at 7:48 AM by Camelot, version 2

Comments

No comments yet.