"http://www.gridsite.org/namespaces/delegation-2":NewProxyReq is a complexType. More...
#include <src/wm.h>
Data Fields | |
std::string * | proxyRequest |
The new RFC 3280 style proxy certificate request in PEM format with Base64 encoding. | |
std::string * | delegationID |
The ID associated with the new delegation session. | |
struct soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
"http://www.gridsite.org/namespaces/delegation-2":NewProxyReq is a complexType.
New proxy certificate request, containing the certificate request and a generated delegation ID.
std::string* delegationns__NewProxyReq::delegationID |
The ID associated with the new delegation session.
Element delegationID of type xs:string. Nullable pointer.
std::string* delegationns__NewProxyReq::proxyRequest |
The new RFC 3280 style proxy certificate request in PEM format with Base64 encoding.
Element proxyRequest of type xs:string. Nullable pointer.
struct soap* delegationns__NewProxyReq::soap [read] |
A handle to the soap struct that manages this instance (automatically set).