Click or drag to resize

ICertificateSigningRequest Interface

Represents a certificate signing request in a method which is abstracted from implementation

Namespace: SanteDB.Core.Security.Certs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ICertificateSigningRequest

The ICertificateSigningRequest type exposes the following members.

Properties
 NameDescription
Public propertyDerEncodedRequest Get the DER encoded certificate signing request
Public propertyId Gets the ID of the signing request
Public propertyStatus Gets the status of the signing request
Top
See Also