iTextSharp.text.pdf.TSAClientBouncyCastle.TSAClientBouncyCastle C# (CSharp) Метод

TSAClientBouncyCastle() публичный Метод

public TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate ) : System
url String
username String
password String
tokSzEstimate int
Результат System
        public TSAClientBouncyCastle(String url, String username, String password, int tokSzEstimate) {
            this.tsaURL       = url;
            this.tsaUsername  = username;
            this.tsaPassword  = password;
            this.tokSzEstimate = tokSzEstimate;
        }
        

Same methods

TSAClientBouncyCastle::TSAClientBouncyCastle ( String url ) : System
TSAClientBouncyCastle::TSAClientBouncyCastle ( String url, String username, String password ) : System