Click or drag to resize

BouncyCastleCertificateSignerGetSigningCertificates Method

Get the certificates that this service can use to sign requests

Namespace: SanteDB.Security.Certs.BouncyCastle
Assembly: SanteDB.Security.Certs.BouncyCastle (in SanteDB.Security.Certs.BouncyCastle.dll) Version: 3.0.2001-alpha+81bfcc0d522cbb9f09c8992158e8dc35c51801b2
Syntax
public IEnumerable<X509Certificate2> GetSigningCertificates()

Return Value

IEnumerableX509Certificate2
The signing certificate data

Implements

ICertificateSigningServiceGetSigningCertificates
See Also