Amazon.IdentityManagement.Model.ServerCertificate.IsSetCertificateChain C# (CSharp) Méthode

IsSetCertificateChain() private méthode

private IsSetCertificateChain ( ) : bool
Résultat bool
        internal bool IsSetCertificateChain()
        {
            return this.certificateChain != null;
        }
    }