iControl.ManagementKeyCertificate.Beginget_certificate_request_subject_alternative_name C# (CSharp) Method

Beginget_certificate_request_subject_alternative_name() public method

public Beginget_certificate_request_subject_alternative_name ( ManagementKeyCertificateManagementModeType mode, string files, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
files string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_certificate_request_subject_alternative_name(ManagementKeyCertificateManagementModeType mode,string [] files, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_certificate_request_subject_alternative_name", new object[] {
            mode,
            files}, callback, asyncState);
        }
ManagementKeyCertificate