共用方式為


DataProtectionManager.ProtectStreamAsync 方法

定義

注意

從 2022 年 7 月開始,Microsoft 即將淘汰 Windows 資訊保護 (WIP) ,以及支援 WIP 的 API。 Microsoft 將繼續在支援的 Windows 版本上支援 WIP。 新版本的 Windows 不會包含 WIP 的新功能,且未來版本的 Windows 不支援此功能。 如需詳細資訊,請參閱宣佈 Windows 資訊保護的終止

針對資料保護需求,Microsoft 建議您使用Microsoft Purview 資訊保護Microsoft Purview 資料外洩防護。 Purview 簡化了組態設定,並提供一組進階的功能。

保護資料流程至企業身分識別。

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)

參數

unprotectedStream
IInputStream

輸入、未受保護的資料流程。

identity
String

Platform::String

winrt::hstring

企業身分識別。 這是受管理的電子郵件地址或網域。 您的應用程式應該使用 IsIdentityManaged 來確認電子郵件地址或網域受到管理。

protectedStream
IOutputStream

輸出,受保護的資料流程。

傳回

當呼叫這個方法順利完成時,它會傳回 DataProtectionInfo 物件,其中包含受保護資料流程的狀態。

屬性

Windows 需求

應用程式功能
enterpriseDataPolicy

適用於

另請參閱