 | IDataSigningCertificateManagerServiceRemoveSigningCertificate Method |
Removes a signing certificate from an identity
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid RemoveSigningCertificate(
IIdentity identity,
X509Certificate2 x509Certificate,
IPrincipal principal
)
Sub RemoveSigningCertificate (
identity As IIdentity,
x509Certificate As X509Certificate2,
principal As IPrincipal
)
void RemoveSigningCertificate(
IIdentity^ identity,
X509Certificate2^ x509Certificate,
IPrincipal^ principal
)
abstract RemoveSigningCertificate :
identity : IIdentity *
x509Certificate : X509Certificate2 *
principal : IPrincipal -> unit Parameters
- identity IIdentity
- The identity to remove the signing credentials for
- x509Certificate X509Certificate2
- The certificate to remove
- principal IPrincipal
- The principal performing the operation
See Also