Click or drag to resize

CreateV4PostSignatureResponse Class

Response to a browser-based authentication request
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class CreateV4PostSignatureResponse : CreatePostSignatureResponse

The CreateV4PostSignatureResponse type exposes the following members.

Constructors
  NameDescription
Public methodCreateV4PostSignatureResponse
Initializes a new instance of the CreateV4PostSignatureResponse class
Top
Properties
  NameDescription
Public propertyAlgorithm
Signature algorithm, which is set in the form
Public propertyCredential
Credential information, which is set in the form
Public propertyDate
Date in the ISO 8601 format, which is set in the form
Public propertySignature
Signature string, which is set in the form
(Inherited from CreatePostSignatureResponse.)
Top
See Also