Condividi tramite


DataProtectionManager.UnprotectStreamAsync Metodo

Definizione

Nota

A partire da luglio 2022, Microsoft deprecato Windows Information Protection (WIP) e le API che supportano WIP. Microsoft continuerà a supportare WIP nelle versioni supportate di Windows. Le nuove versioni di Windows non includeranno nuove funzionalità per WIP e non saranno supportate nelle versioni future di Windows. Per altre informazioni, vedere Annuncio del tramonto di Windows Information Protection.

Per le esigenze di protezione dei dati, Microsoft consiglia di usare Microsoft Purview Information Protection e Prevenzione della perdita dei dati Microsoft Purview. Purview semplifica la configurazione e offre un set avanzato di funzionalità.

Rimuove la protezione in un'identità aziendale da un flusso di dati.

public:
 static IAsyncOperation<DataProtectionInfo ^> ^ UnprotectStreamAsync(IInputStream ^ protectedStream, IOutputStream ^ unprotectedStream);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<DataProtectionInfo> UnprotectStreamAsync(IInputStream const& protectedStream, IOutputStream const& unprotectedStream);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<DataProtectionInfo> UnprotectStreamAsync(IInputStream protectedStream, IOutputStream unprotectedStream);
function unprotectStreamAsync(protectedStream, unprotectedStream)
Public Shared Function UnprotectStreamAsync (protectedStream As IInputStream, unprotectedStream As IOutputStream) As IAsyncOperation(Of DataProtectionInfo)

Parametri

protectedStream
IInputStream

Flusso protetto di input.

unprotectedStream
IOutputStream

Output, flusso non protetto.

Restituisce

Al termine della chiamata a questo metodo, restituisce un oggetto DataProtectionInfo che contiene lo stato del flusso non protetto.

Attributi

Requisiti Windows

Funzionalità dell'app
enterpriseDataPolicy

Commenti

Vedere le osservazioni nel metodo UnprotectStreamAsync .

Si applica a

Vedi anche