Cms Class
- Cms.GetSigDataDigest Method
- Extract the message digest from a signed-data CMS object file and verify the signature.
- Cms.GetSigHashAlgorithm Method
- Find ID of message digest hash algorithm used to make signature.
- Cms.MakeComprData Method
- Create a new CMS compressed-data file (.p7z) from an existing input file.
- Cms.MakeDetachedSig Method
- Create a "detached signature" CMS signed-data object file from a message digest of the content (advanced algorithms).
- Cms.MakeEnvData Method (String, String, String, CipherAlgorithm, Cms.EnvDataOptions)
- Create a CMS enveloped-data object (default recipient parameters).
- Cms.MakeEnvData Method (String, String, String, CipherAlgorithm, Cms.KeyEncrAlgorithm, HashAlgorithm, Cms.EnvDataOptions, Kdf.KdfAlg, Kdf.KeyWrapAlg, String, Int32, Cms.ContentEncrAlg)
- Create a CMS enveloped-data object (advanced options).
- Cms.MakeEnvDataFromBytes Method
- Create a CMS enveloped-data object from data in a byte array.
- Cms.MakeEnvDataFromString Method (String, String, String, CipherAlgorithm, Cms.EnvDataOptions)
- Create a CMS enveloped-data object from an ASCII string (default recipient parameters).
- Cms.MakeEnvDataFromString Method (String, String, String, CipherAlgorithm, Cms.KeyEncrAlgorithm, HashAlgorithm, Cms.EnvDataOptions, Kdf.KdfAlg, Kdf.KeyWrapAlg, String, Int32, Cms.ContentEncrAlg)
- Create a CMS enveloped-data object from an ASCII string (advanced options).
- Cms.MakeSigData Method (String, String, String, String, Cms.SigAlg, Cms.SigDataOptions)
- Create a CMS object of type SignedData from an input data file (advanced options including RSA-PSS).
- Cms.MakeSigData Method (String, String, String, String, HashAlgorithm, Cms.SigDataOptions)
- Create a CMS object of type SignedData from an input data file using RSASSA-PKCS1V1_5 with options.
- Cms.MakeSigDataFromBytes Method
- Create a CMS object of type SignedData from an array of bytes.
- Cms.MakeSigDataFromPseudo Method
- Create a SignedData object from a "pseudo" object.
- Cms.MakeSigDataFromSigValue Method
- Create a CMS object of type SignedData using a pre-computed signature (advanced algorithms).
- Cms.MakeSigDataFromString Method (String, String, String, String, Cms.SigAlg, Cms.SigDataOptions)
- Create a CMS object of type SignedData from an input string (advanced options including RSA-PSS).
- Cms.MakeSigDataFromString Method (String, String, String, String, HashAlgorithm, Cms.SigDataOptions)
- Create a CMS object of type SignedData from an input string using RSASSA-PKCS1V1_5 with options.
- Cms.QueryEnvData Method
- Query a CMS enveloped-data object file for selected information.
- Cms.QuerySigData Method
- Query a CMS signed-data object for selected information.
- Cms.ReadComprData Method
- Read and extract the decompressed contents of a CMS compressed-data file.
- Cms.ReadEnvDataToBytes Method
- Read and decrypt a CMS enveloped-data object to a byte array.
- Cms.ReadEnvDataToFile Method
- Read and decrypt a CMS enveloped-data object to a file.
- Cms.ReadEnvDataToString Method
- Read and decrypt a CMS enveloped-data object to a string.
- Cms.ReadSigDataToBytes Method
- Read the content from a CMS signed-data object directly into a byte array.
- Cms.ReadSigDataToFile Method
- Read the content from a CMS signed-data object file.
- Cms.ReadSigDataToString Method
- Read the content from a CMS signed-data object directly into a string.
- Cms.VerifySigData Method
- Verify the signature and content of a signed-data CMS object file.
[Contents] [Index]