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