Method Loaded
- Namespace
- MailFathom.Infrastructure.Certificates
- Assembly
- MailFathom.Infrastructure.dll
Loaded(TlsServerCertificate)
Creates a successful result that hands ownership of the identity to the caller.
public static TlsServerCertificateLoadResult Loaded(TlsServerCertificate certificate)
Parameters
certificateTlsServerCertificateThe loaded identity.
Returns
- TlsServerCertificateLoadResult
The successful result.
Exceptions
- ArgumentNullException
Thrown when
certificateis null.