Freigeben über


IMFInputTrustAuthority::Reset Method

Resets the input trust authority (ITA) to its initial state.

Syntax

HRESULT Reset();

Parameter

Methode umfasst keine Parameter.

Rückgabewert

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Rückgabecode Beschreibung
S_OK

The method succeeded.

 

Hinweise

When this method is called, the ITA should disable any decrypter that was returned in the IMFInputTrustAuthority::GetDecrypter method.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfidl.h

Bibliothek

Mfuuid.lib

Siehe auch

IMFInputTrustAuthority