Converts a PKI-specific time binary format.
ConvertFrom-SystoLockPkiPeriod [-Period] <Byte[]> [<CommonParameters>]
ConvertFrom-SystoLockPkiPeriod [-EncodedPeriod] <String> [<CommonParameters>]
The ConvertFrom-SystoLockPkiPeriod
cmdlet converts a PKI-specific time binary format into a TimeSpan object.
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: EncodedPeriod
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
An 8-byte array parameter that contains the PKI-specific binary time format.
Type: Byte[]
Parameter Sets: Period
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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.
Specifies an 8-byte HEX, BASE32, or BASE64-encoded byte array containing PKI-specific time binary format.
Specifies an 8-byte array parameter that contains the PKI-specific binary time format.
Specifies TimeSpan value.