Class CertificateFileImporterOptions
The options for the CertificateFileImporter
.
Inheritance
System.Object
CertificateFileImporterOptions
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 CertificateFileImporterOptions
Properties
DirectoryName
Gets or sets the file directory name.
The default directory is Certificates.
Declaration
public string DirectoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The file directory name. |
FileName
Gets or sets the optional delegate called to create a certificate file name.
Declaration
public Func<X509Certificate2, string, string> FileName { get; set; }
Property Value
Type | Description |
---|---|
System.Func<System.Security.Cryptography.X509Certificates.X509Certificate2, System.String, System.String> | The delegate called to create a certificate file name. |