Interface
IMFNetCredentialManager

Definition

Namespace:MediaFoundation

Assembly:MediaFoundation.dll

Syntax:

cs-api-definition
[Guid("5B87EF6B-7ED8-434F-BA0E-184FAC1628D1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFNetCredentialManager

Methods

BeginGetCredentials(MFNetCredentialManagerGetParam, IMFAsyncCallback, object)

Declaration

cs-api-definition
HResult BeginGetCredentials(MFNetCredentialManagerGetParam pParam, IMFAsyncCallback pCallback, object pState)

Parameters

pParam

MFNetCredentialManagerGetParam

pCallback

IMFAsyncCallback

pState

object

Returns

HResult

EndGetCredentials(IMFAsyncResult, out IMFNetCredential)

Declaration

cs-api-definition
HResult EndGetCredentials(IMFAsyncResult pResult, out IMFNetCredential ppCred)

Parameters

pResult

IMFAsyncResult

ppCred

IMFNetCredential

Returns

HResult

SetGood(IMFNetCredential, bool)

Declaration

cs-api-definition
HResult SetGood(IMFNetCredential pCred, bool fGood)

Parameters

pCred

IMFNetCredential

fGood

bool

Returns

HResult