XdsObjects Help file
MedicalConnections.Security Namespace / TlsBouncyCastle Class / AddTrustedRoot Method
The certificate as a byte array



In This Topic
    AddTrustedRoot Method
    In This Topic
    Add a certificate to the list of TrustedRoots
    Syntax
    Public Sub AddTrustedRoot( _
       ByVal RootCertificate() As Byte _
    ) 
    Dim instance As TlsBouncyCastle
    Dim RootCertificate() As Byte
     
    instance.AddTrustedRoot(RootCertificate)
    public void AddTrustedRoot( 
       byte[] RootCertificate
    )
    public:
    void AddTrustedRoot( 
       array<byte>^ RootCertificate
    ) 

    Parameters

    RootCertificate
    The certificate as a byte array
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also