Amazon.IdentityManagement.Model.ServerCertificate.IsSetCertificateChain C# (CSharp) Method

IsSetCertificateChain() private method

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