Converts a PKI-specific time binary format.
ConvertFrom-SystoLockPkiPeriod [-Period] <Byte[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]
ConvertFrom-SystoLockPkiPeriod [-EncodedPeriod] <String> [-ProgressAction <ActionPreference>]
[<CommonParameters>]
The ConvertFrom-SystoLockPkiPeriod cmdlet returns a TimeSpan object from PKI-specific time binary format.
ConvertFrom-SystoLockPkiPeriod 0080D21647B9FFFF
Covert PKI period in a form of a HEX string into TimeSpan.
An 8-byte HEX, BASE32, or BASE64-encoded byte array containing PKI-specific time binary format.
Type: String
Parameter Sets: String
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
An 8-byte array parameter that contains the PKI-specific binary time format.
Type: Byte[]
Parameter Sets: Bytes
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
An 8-byte HEX, BASE32, or BASE64-encoded byte array containing PKI-specific time binary format.
An 8-byte array parameter that contains the PKI-specific binary time format.