XRoadLib


XRoadRequestHash

Namespace: XRoadLib.Headers

For responses, this field contains a Base64 encoded hash of the request SOAP message. This field is automatically filled in by the service provider's security server.

Constructors

ConstructorDescription
new(value, algorithm)
Signature: (value:string * algorithm:string) -> unit

Constructor for read-only request hash type.

Instance members

Instance memberDescription
Algorithm
Signature: string

Identifies the hash algorithm that was used to calculate the value of the requestHash field. The algorithms are specified as URIs listed in the XML-DSIG specification [DSIG].

Value
Signature: string

Base64 encoded hash of the SOAP request message.

Fork me on GitHub