Add-DssCryptoProvider
SYNOPSIS
{{ Fill in the Synopsis }}
SYNTAX
Add-DssCryptoProvider [-ProviderName] <String> [-ProviderType] <Int32> [[-MasterKeyLifetime] <Int32>]
[[-UsersKeysLifetime] <Int32>] [[-MasterKeyName] <String>] [[-Description] <String>] [[-KeyLength] <Int32>]
[[-HashAlgorithms] <System.Collections.Generic.List`1[System.String]>] [[-Order] <Int32>] [-Exportable]
[-WhatIf] [-Confirm] [[-DisplayName] <String>] [-TypeId] <String> [<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Description
Описание криптопровайдера для отображения в UI
Type: String
Parameter Sets: (All)
Aliases: d
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DisplayName
Имя экземпляра службы
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: SignServer
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Exportable
Пометить ключ как экспортируемый
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-HashAlgorithms
Список алгоритмов хэширования для Lite-провайдера
Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases: h
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-KeyLength
Длина ключа Lite-провайдера
Type: Int32
Parameter Sets: (All)
Aliases: k
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-MasterKeyLifetime
Время жизни мастер-ключа (в месяцах)
Type: Int32
Parameter Sets: (All)
Aliases: v
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-MasterKeyName
Задать имя контейнера с мастер-ключем
Type: String
Parameter Sets: (All)
Aliases: m
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Order
Порядок отображения
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProviderName
Отображаемое имя крипто-провайдера
Type: String
Parameter Sets: (All)
Aliases: n
Required: True
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProviderType
Тип крипто-провайдера
Type: Int32
Parameter Sets: (All)
Aliases: p
Required: True
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TypeId
Тип крипто-провайдера
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Common, GostWithMasterKey, Lite, RSAWithMasterKey
Required: True
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-UsersKeysLifetime
Время жизни пользовательских ключей (в месяцах)
Type: Int32
Parameter Sets: (All)
Aliases: i
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Имя задано
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.