Condividi tramite


DataProtectionManager.ProtectStreamAsync 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 fornisce un set avanzato di funzionalità.

Proteggere un flusso di dati in un'identità aziendale.

public:
 static IAsyncOperation<DataProtectionInfo ^> ^ ProtectStreamAsync(IInputStream ^ unprotectedStream, Platform::String ^ identity, IOutputStream ^ protectedStream);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<DataProtectionInfo> ProtectStreamAsync(IInputStream const& unprotectedStream, winrt::hstring const& identity, IOutputStream const& protectedStream);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<DataProtectionInfo> ProtectStreamAsync(IInputStream unprotectedStream, string identity, IOutputStream protectedStream);
function protectStreamAsync(unprotectedStream, identity, protectedStream)
Public Shared Function ProtectStreamAsync (unprotectedStream As IInputStream, identity As String, protectedStream As IOutputStream) As IAsyncOperation(Of DataProtectionInfo)

Parametri

unprotectedStream
IInputStream

Flusso di input, non protetto.

identity
String

Platform::String

winrt::hstring

Identità aziendale. Si tratta di un indirizzo di posta elettronica o di un dominio gestito. L'app deve usare IsIdentityManaged per verificare che sia gestito un indirizzo di posta elettronica o un dominio.

protectedStream
IOutputStream

Flusso protetto di output.

Restituisce

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

Attributi

Requisiti Windows

Funzionalità dell'app
enterpriseDataPolicy

Si applica a

Vedi anche