Provides a certificate chain and private key to an OPC UA endpoint.
Implementations may read from memory, disk, or any other source. See also DiskCertificateKeyPairProvider which implements this interface for disk-based access with lazy caching.
Clears cached secrets so the GC can reclaim sensitive material. After calling dispose the holder will re-read from disk on next access.
Alias for dispose. Implements ICertificateChainProvider.invalidate().
ICertificateChainProvider.invalidate()
Provides a certificate chain and private key to an OPC UA endpoint.
Implementations may read from memory, disk, or any other source. See also DiskCertificateKeyPairProvider which implements this interface for disk-based access with lazy caching.