Add-DssCryptoProviderProfile
SYNOPSIS
SYNTAX
Add-DssCryptoProviderProfile -PrimaryProviderName <String> -PrimaryProviderType <Int32> -Name <String>
[-Description <String>] [-Settings <Hashtable>] [-MasterKeyLifetime <Int32>]
[-Type <CryptoProviderProfileType>] [-Exportable] [-WhatIf] [-Confirm] [-DisplayName <String>]
[<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-PrimaryProviderName
Отображаемое имя крипто-провайдера
Type: String
Parameter Sets: (All)
Aliases: n
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PrimaryProviderType
Тип крипто-провайдера
Type: Int32
Parameter Sets: (All)
Aliases: p
Required: True
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
-Name
Отображаемое имя крипто-профайла
Type: String
Parameter Sets: (All)
Aliases: nm
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Description
Описание крипто-профайла
Type: String
Parameter Sets: (All)
Aliases: d
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Settings
Настройки плагина
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-MasterKeyLifetime
Время жизни мастер-ключа (в месяцах)
Type: Int32
Parameter Sets: (All)
Aliases: v
Required: False
Position: Named
Default value: 36
Accept pipeline input: False
Accept wildcard characters: False
-Type
Possible values: GOST, RSA_AES, MyDss
Type: CryptoProviderProfileType
Parameter Sets: (All)
Aliases:
Accepted values: GOST, RSA_AES, MyDss
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
-Exportable
Пометить ключ как экспортируемый
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DisplayName
Имя экземпляра службы
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
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: Named
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.