EncryptionProvider.EncryptStream(Int32, String, Object, Object) 方法

定义

加密并返回文档的数据流。

public:
 void EncryptStream(int SessionHandle, System::String ^ StreamName, System::Object ^ UnencryptedStream, System::Object ^ EncryptedStream);
public void EncryptStream (int SessionHandle, string StreamName, object UnencryptedStream, object EncryptedStream);
abstract member EncryptStream : int * string * obj * obj -> unit
Public Sub EncryptStream (SessionHandle As Integer, StreamName As String, UnencryptedStream As Object, EncryptedStream As Object)

参数

SessionHandle
Int32

当前会话的 ID。

StreamName
String

加密的文档数据流的名称。

UnencryptedStream
Object

加密之前的数据流。

EncryptedStream
Object

加密后的数据流信息。

注解

此方法通常是在执行保存操作的过程中由 COM 加载项调用。

适用于