共用方式為


iComponentAuthenticate 介面 (mswmdm.h)

IComponentAuthenticate 介面提供 Windows Media 裝置管理員 模組之間的安全加密通訊。 它是由服務提供者所實作,並由應用程式或外掛程式所建立及使用。 若要取得此介面,應用程式會呼叫 CoCreateInstance (__uuidof (MediaDevMgr) ) 。

應用程式會建立並將此介面傳遞至 CSecureChannelClient::SetInterface,但永遠不會在此介面上呼叫任何方法。

服務提供者會在這個介面中實作 方法,並在私人 CSecureChannelServer 成員上呼叫它們。

繼承

IComponentAuthenticate 介面繼承自 IUnknown 介面。 IComponentAuthenticate 也有下列類型的成員:

方法

IComponentAuthenticate 介面具有這些方法。

 
IComponentAuthenticate::SACAuth

SACAuth 方法會在元件之間建立安全的已驗證通道。
IComponentAuthenticate::SACGetProtocols

SACGetProtocols 方法是由元件用來探索另一個元件支援的驗證通訊協定。

規格需求

需求
目標平台 Windows
標頭 mswmdm.h

另請參閱

驗證應用程式

驗證服務提供者

服務提供者和應用程式的介面

使用安全驗證的通道