+xns/Core/XNSObject
 |
 +--+xns/Authentication/Credential
  |
  +--+xns/Authentication/PersonalAgentCredential
An authentication credential created by a personal agent (in an active login session) for the purpose of utilizing that login session to authenticate to another agent. The agent this credential will be used for has a trust relationship with the personal agent, allowing it to be used as an authentication agent. The personal agent may be a web based personal agent, or a hardware based agent such as a smart card capable of producing and signing authentication certificates.
Data Elements | ||
String |
AuthCert | Encrypted authentication certificate, Base64 encoded. |
Boolean |
Compressed | Is the AuthCert compressed? |
+xns/Core/AgentAddress |
EncryptedFor | Address of the agent owning the public key the AuthCert was encrypted using. |
+xns/Core/AgentAddress |
PersonalAgent | Address of the personal agent the credential represents. |
+xns/Core/AgentAddress |
SignedBy | Address of the agent who signed the contained AuthCert. |
Element Detail |
Publishing Agent: +xns | Last Updated: 07/09/2002 |