| SignDocFieldgetCertSeedValueSubjectCertificate Method |
Get a subject certificate of the certificate seed value dictionary.
See the PDF Reference for details.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getCertSeedValueSubjectCertificate(
int index
)
Public Function getCertSeedValueSubjectCertificate (
index As Integer
) As String
public:
String^ getCertSeedValueSubjectCertificate(
int index
)
member getCertSeedValueSubjectCertificate :
index : int -> string
Parameters
- index
- Type: SystemInt32
0-based index of the subject certificate.
Return Value
Type:
StringThe selected DER-encoded certificate or null if the index is out of range.
See Also