AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.Notaryv1.NotaryResponse Class Reference

Contains the response from a Notary Request - the SignedDocument and the Signature. More...

List of all members.

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.

Detailed Description

Contains the response from a Notary Request - the SignedDocument and the Signature.


Constructor & Destructor Documentation

ATT_MSSDK.Notaryv1.NotaryResponse.NotaryResponse ( string  signedDocument,
string  signature 
)

Initializes a new instance of the NotaryResponse class.

Parameters:
signedDocumentThe SignedDocument returned by the Notary.
signatureThe Signature returned by the Notary.

Member Function Documentation

static NotaryResponse ATT_MSSDK.Notaryv1.NotaryResponse.ParseJSON ( string  jsonInput) [static]

Create a NotaryResponse object by parsing the JSON returned by the server.

Parameters:
jsonInputThe JSON input value
Returns:
The NotaryResponse object created from the parsed JSON.

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.

Returns:
The redirect uri.

Property Documentation

Gets or sets the Signature value returned by the Notary.

Gets or sets the SignedDocument value returned by the Notary.