EncryptionProvider.EncryptStream(Int32, String, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Chiffre et renvoie un flux de données pour un document.
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)
Paramètres
- SessionHandle
- Int32
ID de la session active.
- StreamName
- String
Nom du flux chiffré des données du document.
- UnencryptedStream
- Object
Flux de données avant le chiffrement.
- EncryptedStream
- Object
Informations du flux de données après le chiffrement.
Remarques
Cette méthode est généralement appelée par votre complément COM lors d'une opération d'enregistrement.