SDContext

Class

Superclasses

System.Object
  SDContext

Visual Basic

NotInheritable Public Class SDContext

C#

public sealed class SDContext

Purpose

This class defines static methods for interacting with secure Rendezvous daemons.

Remarks

Programs do not create instances of SDContext. Instead, programs use its static methods to configure usernames, passwords and certificates, and to register trust in daemon certificates.

Method

Description

Page

SDContext.SetDaemonCertificate

Register trust in a secure daemon.

SDContext.SetDaemonCertificate

SDContext.SetUserCertificateWithKey

Register a certificate with the private key for identification to secure daemons.

SDContext.SetUserCertificateWithKey

SDContext.SetUserNameWithPassword

Register a username with password for identification to secure daemons.

SDContext.SetUserNameWithPassword

Member

Description

Public Static Fields

SecureDaemonAnyName String

This value instructs the method SDContext.SetDaemonCertificate to register a catch-all certificate for any daemon that does not have a more specific certificate. For details, see Daemon Name.

SecureDaemonAnyCertificate String

This value instructs the method SDContext.SetDaemonCertificate to accept any certificate from a specific daemon. For details, see Daemon Name. For details, see Certificate.