| SignDocFieldgetSeedValueSubFilter Method |
Get a SubFilter value from the seed value dictionary.
SubFilter values in the seed value dictionary restrict the
signing methods available for signing. These values are
currently defined:
- - "adbe.x509.rsa_sha1" (SignDocSignatureParameters.m_digsig_pkcs1)
- - "adbe.pkcs7.sha1" (SignDocSignatureParameters.m_digsig_pkcs7_sha1)
- - "adbe.pkcs7.detached" (SignDocSignatureParameters.m_digsig_pkcs7_detached)
- - "ETSI.CAdES.detached" (SignDocSignatureParameters.m_digsig_cades_detached)
.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic string getSeedValueSubFilter(
int index
)
Parameters
- index
- Type: SystemInt32
0-based index of the SubFilter value.
Return Value
Type:
String The selected SubFilter value or an empty string if the index
is out of range.
See Also