#include <epp_AuthInfo.h>
Public Methods | |
| epp_AuthInfo () | |
| Null constructor. More... | |
| virtual | ~epp_AuthInfo () |
| Destructor. More... | |
| epp_AuthInfo (epp_AuthInfoType _m_type, epp_roid _m_roid, epp_string _m_value) | |
Constructor, using simple types when it can
| |
| epp_AuthInfo (epp_AuthInfoType_ref _m_type, epp_roid_ref _m_roid, epp_string_ref _m_value) | |
| Constructor, using only references. More... | |
Public Attributes | |
| epp_AuthInfoType_ref | m_type |
| Authorization information type. More... | |
| epp_roid_ref | m_roid |
| Repository object ID of associated contact object. More... | |
| epp_string_ref | m_value |
| Authorization string/passphrase. More... | |
|
|
Null constructor.
|
|
|
Destructor.
|
|
||||||||||||||||
|
Constructor, using simple types when it can
|
|
||||||||||||||||
|
Constructor, using only references.
|
|
|
Repository object ID of associated contact object.
|
|
|
Authorization information type.
|
|
|
Authorization string/passphrase.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001