Click or drag to resize

ICertificateSigningServiceGetSigningRequestDN Method

Parse the signing request and return the DN

Namespace: SanteDB.Core.Security.Certs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
X500DistinguishedName GetSigningRequestDN(
	byte[] request
)

Parameters

request  Byte
The request to be parsed

Return Value

X500DistinguishedName
The distinguished name n the certificate request
See Also