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
Constructor | Description |
new(value, algorithm)
Signature: (value:string * algorithm:string) -> unit
|
Constructor for read-only request hash type. |
Instance members
Instance member | Description |
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. |