// This event handler will run only in fully trusted form templates. Signature thisSignature = e.SignedDataBlock.Signatures.CreateSignature(); // To add other pieces of information to sign, modify the // signature template returned by // thisSignature.SignatureBlockXmlNode. // Write your code here. thisSignature.Sign(); e.SignatureWizard = false;
This error usually occurs because of macro security settings. If you know that the macro comes from a source that you trust, ...
This event handler will run only in fully trusted form templates. Dim thisSignature As Signature = e.SignedDataBlock.Signatures.Create ...
This event handler will run only in fully trusted form templates. Dim thisSignature As Signature = e.SignedDataBlock.Signatures.CreateSignature ...
This event handler will run only in fully trusted form templates. Signature thisSignature = e.SignedDataBlock.Signatures.Create(); ...
This event handler will run only in fully trusted form templates. Signature thisSignature = e.SignedDataBlock.Signatures.CreateSignature(); ...
This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain ...
This expression was last modified using another design environment and contains an unsupported function. The expression cannot ...
This extension can not be used with the selected file type. Change the file extension in the File name text box or select ...
This external content type already has a default action. Generating a profile page will override it. Click Yes to generate ...