iControl.ManagementKeyCertificate.Endget_certificate_subject_alternative_name_bundle C# (CSharp) Method

Endget_certificate_subject_alternative_name_bundle() public method

public Endget_certificate_subject_alternative_name_bundle ( System asyncResult ) : string[][]
asyncResult System
return string[][]
        public string[][] Endget_certificate_subject_alternative_name_bundle(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
ManagementKeyCertificate