| SignDocFieldsetCertSeedValuePolicy Method (String) |
Set a policy OID in the certificate seed value dictionary.
See the PDF Reference for details.
Calling this function is equivalent to calling clearCertSeedValuePolicies() and addCertSeedValuePolicy().
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setCertSeedValuePolicy(
string OID
)
Parameters
- OID
- Type: SystemString
The policy OID.
See Also