iControl.ManagementKeyCertificate.Beginkey_to_fips C# (CSharp) Method

Beginkey_to_fips() public method

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