Secure Daemon

Before connecting to secure Rendezvous daemons, programs must register user information (such as a name and password, or a certificate), and the identities of one or more trusted secure daemons (such as names or certificates).

Secure Daemon Calls

C

tibrvSecureDaemon_SetDaemonCert()

tibrvSecureDaemon_SetUserCertWithKey()

tibrvSecureDaemon_SetUserNameWithPassword()

C++

TibrvSdContext:setDaemonCert()

TibrvSdContext:setUserCertWithKey()

TibrvSdContext:setUserNameWithPassword()

Java

TibrvSdContext.setDaemonCert()

TibrvSdContext.setUserCertWithKey()

TibrvSdContext.setUserNameWithPassword()

.NET

SDContext.SetDaemonCertificate

SDContext.SetUserCertificateWithKey

SDContext.SetUserNameWithPassword

See Also

Secure Daemons (rvsd and rvsrd) in TIBCO Rendezvous Administration