Skip to content

Get-RijksRegisterNummerHash

SYNOPSIS

Returns the hash for a RijksRegisterNummer

SYNTAX

Get-RijksRegisterNummerHash [-RijksRegisterNummer] <String[]> [[-HashAlgorithm] <String>] [<CommonParameters>]

DESCRIPTION

Returns the hash for a RijksRegisterNummer

EXAMPLES

EXAMPLE 1

Get-RijksRegisterNummerHash -Identity '12.34.56-789.01'

Get the RijksRegisterNummer hash using a RijksRegisterNummer

PARAMETERS

-RijksRegisterNummer

The RijksRegisterNummer

Type: String[]
Parameter Sets: (All)
Aliases: RRN, RRNR, Value

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-HashAlgorithm

The hash algorithm that will be used to convert the RijksRegisterNummer

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: SHA256
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.

INPUTS

String

OUTPUTS

String

NOTES