| ISignRSAgetSigningCertificate Method |
Get the signing certificate.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxbyte[] getSigningCertificate()
Function getSigningCertificate As Byte()
array<unsigned char>^ getSigningCertificate()
abstract getSigningCertificate : unit -> byte[]
Return Value
Type:
Byte The signing certificate (DER-encoded X.509) or null on error.
See Also