iControl.ManagementKeyCertificate.Beginis_fips_available C# (CSharp) Method

Beginis_fips_available() public method

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