| Overload | Description |
|---|---|
| ToSmime() | Returns a MessageStream that was signed with a Detached Signature message using the sender's certificate obtained from the system certificate store. |
| ToSmime(EncodingMethod) | Returns a MessageStream that was encoded using the specified EncodingMethod, obtaining needed certificates from the system certificate store. |
| ToSmime(EncodingMethod,Certificate,SigningMethod,ArrayList,EncryptingMethod) | Returns a MessageStream that was encoded using the specified EncodingMethod, obtaining needed certificates from the provided ArrayLists. |
Target Platforms: Microsoft .NET Framework 2.0