FSCertStore
File system certificate store.
Constructor
Signature
def FSCertStore(
path: str
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| path | str | The file system path to a certificate file or a directory containing certificate files. |
Signature
def FSCertStore(
path: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The file system path or glob pattern used to locate certificate files to be imported into the store |