Class CertificateStringImporter
Imports SAML metadata certificates to SAML configuration as certificate strings.
Inheritance
System.Object
CertificateStringImporter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.Metadata.Import
Assembly: ComponentSpace.Saml2.dll
Syntax
public class CertificateStringImporter : ICertificateImporter
Methods
Import(X509Certificate2)
Imports the certificate as a string.
Declaration
public Certificate Import(X509Certificate2 x509Certificate)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Cryptography.X509Certificates.X509Certificate2 | x509Certificate | The certificate. |
Returns
Type | Description |
---|---|
Certificate | The certificate configuration. |