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 user names, passwords and certificates, and to register trust in daemon certificates.
Method |
Description |
Page |
Register a certificate with private key for identification to secure daemons. |
||
Register a user name with password for identification to secure daemons. |
Member |
Description |
Public Static Fields |
|
|
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. |
|
This value instructs the method SDContext.SetDaemonCertificate to accept any certificate from a specific daemon. For details, see Daemon Name. For details, see Certificate. |