![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoLibRegisterNameIdentifierResponseLassoLibRegisterNameIdentifierResponse — <lib:RegisterNameIdentifierResponse> |
LassoLibRegisterNameIdentifierResponse; LassoNode* lasso_lib_register_name_identifier_response_new (void); LassoNode* lasso_lib_register_name_identifier_response_new_full (const char *providerID, const char *statusCodeValue, LassoLibRegisterNameIdentifierRequest *request, LassoSignatureType sign_type, LassoSignatureMethod sign_method);
Figure 16. Schema fragment for lib:RegisterNameIdentifierResponse
<xs:element name="RegisterNameIdentifierResponse" type="StatusResponseType"/>
typedef struct { LassoLibStatusResponse parent; } LassoLibRegisterNameIdentifierResponse;
LassoNode* lasso_lib_register_name_identifier_response_new (void);
Creates a new LassoLibRegisterNameIdentifierResponse object.
Returns : |
a newly created LassoLibRegisterNameIdentifierResponse object |
LassoNode* lasso_lib_register_name_identifier_response_new_full (const char *providerID, const char *statusCodeValue, LassoLibRegisterNameIdentifierRequest *request, LassoSignatureType sign_type, LassoSignatureMethod sign_method);
Creates a new LassoLibRegisterNameIdentifierResponse object and initializes it with the parameters.
|
the providerID of the responder |
|
a response status code |
|
the request which is answered by this response |
|
a LassoSignatureType value |
|
a LassoSignatureMethod value |
Returns : |
a newly created LassoLibRegisterNameIdentifierResponse object |