NET API
HSM Dinamo
Loading...
Looking for...
No entries found
Public Members | Properties
SVaultGenTokenResponse Class Reference

Class that encapsulates the generation of a blob and token from a tokenization operation. More...

Public Members

 SVaultGenTokenResponse (byte[] tokenBlob, string token)
 
 SVaultGenTokenResponse (byte[] tokenBlob, byte[] token)
 

Properties

byte[] TokenBlob [get, set]
 
string Token [get, set]
 

Detailed description

Class that encapsulates the generation of a blob and token from a tokenization operation.

Examples
tokenization.cs.

Builders and Destructors

SVaultGenTokenResponse() [1/2]

SVaultGenTokenResponse ( byte[]  tokenBlob,
string  token 
)
inline

SVaultGenTokenResponse() [2/2]

SVaultGenTokenResponse ( byte[]  tokenBlob,
byte[]  token 
)
inline

Properties

TokenBlob

byte [] TokenBlob
getset
Examples
tokenization.cs.

Token

Token string
getset
Examples
tokenization.cs.