iControl.NetworkingIPsecIkePeer.get_crl_file C# (CSharp) 메소드

get_crl_file() 개인적인 메소드

private get_crl_file ( string peers ) : string[]
peers string
리턴 string[]
        public string[] get_crl_file(
		string [] peers
	)
        {
            object [] results = this.Invoke("get_crl_file", new object [] {
                peers});
            return ((string [])(results[0]));
        }
NetworkingIPsecIkePeer