Interface ICertificateImporter
Imports SAML metadata certificates to SAML configuration.
Namespace: ComponentSpace.Saml2.Metadata.Import
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ICertificateImporter
Methods
Import(X509Certificate2)
Imports the certificate.
Declaration
Certificate Import(X509Certificate2 x509Certificate)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Cryptography.X509Certificates.X509Certificate2 | x509Certificate | The certificate. |
Returns
Type | Description |
---|---|
Certificate | The certificate configuration. |