iControl.LocalLBProfileClientSSL.get_ssl_sign_hash C# (CSharp) Method

get_ssl_sign_hash() private method

private get_ssl_sign_hash ( string profile_names ) : LocalLBProfileSSLSignHash[]
profile_names string
return LocalLBProfileSSLSignHash[]
        public LocalLBProfileSSLSignHash[] get_ssl_sign_hash(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_ssl_sign_hash", new object [] {
                profile_names});
            return ((LocalLBProfileSSLSignHash [])(results[0]));
        }
LocalLBProfileClientSSL