Qyoto.QSslCertificate.FromPath C# (CSharp) Method

FromPath() public static method

public static FromPath ( string path ) : List
path string
return List
        public static List<QSslCertificate> FromPath(string path)
        {
            return (List<QSslCertificate>) staticInterceptor.Invoke("fromPath$", "fromPath(const QString&)", typeof(List<QSslCertificate>), typeof(string), path);
        }

Same methods

QSslCertificate::FromPath ( string path, QSsl format ) : List
QSslCertificate::FromPath ( string path, QSsl format, Qyoto.QRegExp syntax ) : List