I_IrmCrypt Members

Applies to: SharePoint Foundation 2010

Represents a cryptographic object capable of encrypting and decrypting rights-managed content, as well as encoding and decoding unencrypted content from binary file formats.

The following table lists the members exposed by the I_IrmCrypt Class class.

Public Methods

Name

Description

I_IrmCrypt.HrGetBlockSize Method

Returns the size, in bytes, of the block to be encrypted or decrypted.

I_IrmCrypt.HrEncrypt Method

Accepts unencrypted data and encrypts that data in place.

I_IrmCrypt.HrDecrypt Method

Accepts encrypted data and decrypts that data in place.

I_IrmCrypt.HrEncode Method

Encodes data for inclusion in the protected document, even if that data is not encrypted.

I_IrmCrypt.HrEncode Method

Decodes data that is included in the protected document, by using a specified binary file format.

See Also

Reference

I_IrmProtector Interface

I_IrmPolicyInfoRMS Class

I_IrmCrypt Class

Concepts

Information Rights Management in SharePoint Foundation

Custom IRM Protectors