![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Contains the response from a Notary Request - the SignedDocument and the Signature. More...
Public Member Functions | |
NotaryResponse (string signedDocument, string signature) | |
Initializes a new instance of the NotaryResponse class. | |
string | RedirectUri () |
Generates the first part of the URI that will redirect the user's browser to the Advice of Charge process, the AccessToken is added later. | |
Static Public Member Functions | |
static NotaryResponse | ParseJSON (string jsonInput) |
Create a NotaryResponse object by parsing the JSON returned by the server. | |
Properties | |
string | SignedDocument [get, set] |
Gets or sets the SignedDocument value returned by the Notary. | |
string | Signature [get, set] |
Gets or sets the Signature value returned by the Notary. |
Contains the response from a Notary Request - the SignedDocument and the Signature.
ATT_MSSDK.Notaryv1.NotaryResponse.NotaryResponse | ( | string | signedDocument, |
string | signature | ||
) |
Initializes a new instance of the NotaryResponse class.
signedDocument | The SignedDocument returned by the Notary. |
signature | The Signature returned by the Notary. |
static NotaryResponse ATT_MSSDK.Notaryv1.NotaryResponse.ParseJSON | ( | string | jsonInput | ) | [static] |
Create a NotaryResponse object by parsing the JSON returned by the server.
jsonInput | The JSON input value |
Generates the first part of the URI that will redirect the user's browser to the Advice of Charge process, the AccessToken is added later.
string ATT_MSSDK.Notaryv1.NotaryResponse.Signature [get, set] |
Gets or sets the Signature value returned by the Notary.
string ATT_MSSDK.Notaryv1.NotaryResponse.SignedDocument [get, set] |
Gets or sets the SignedDocument value returned by the Notary.