iControl.ManagementKeyCertificate.Beginis_fips_available C# (CSharp) Méthode

Beginis_fips_available() public méthode

public Beginis_fips_available ( ManagementKeyCertificateManagementModeType mode, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
callback System
asyncState object
Résultat 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