NET API
HSM Dinamo
Todos Estruturas de dados Namespaces Arquivos Funções Variáveis Enumerações Enumeradores Propriedades Grupos Páginas
JwsComponents Class Reference

Class that encapsulates the JWS signature components. More...

Public Members

 JwsComponents (byte[] header, byte[] payload, Int32 returnCode)
 

Properties

byte[] Header [get, set]
 
byte[] Payload [get, set]
 
Int32 ReturnCode [get, set]
 

Detailed description

Class that encapsulates the JWS signature components.

Examples
sign_check_jws.cs.

Builders and Destructors

JwsComponents()

JwsComponents ( byte[] header,
byte[] payload,
Int32 returnCode )
inline

Properties

Header

byte [] Header
getset

Payload

byte [] Payload
getset

ReturnCode

Int32 ReturnCode
getset