Interface
IMFNetCredential

Definition

Namespace:MediaFoundation

Assembly:MediaFoundation.dll

Syntax:

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

Methods

GetPassword(byte[], MFInt, bool)

Declaration

cs-api-definition
HResult GetPassword(byte[] pbData, MFInt pcbData, bool fEncryptData)

Parameters

pbData

byte[]

pcbData

MFInt

fEncryptData

bool

Returns

HResult

GetUser(byte[], MFInt, bool)

Declaration

cs-api-definition
HResult GetUser(byte[] pbData, MFInt pcbData, bool fEncryptData)

Parameters

pbData

byte[]

pcbData

MFInt

fEncryptData

bool

Returns

HResult

LoggedOnUser(out bool)

Declaration

cs-api-definition
HResult LoggedOnUser(out bool pfLoggedOnUser)

Parameters

pfLoggedOnUser

bool

Returns

HResult

SetPassword(byte[], int, bool)

Declaration

cs-api-definition
HResult SetPassword(byte[] pbData, int cbData, bool fDataIsEncrypted)

Parameters

pbData

byte[]

cbData

int

fDataIsEncrypted

bool

Returns

HResult

SetUser(byte[], int, bool)

Declaration

cs-api-definition
HResult SetUser(byte[] pbData, int cbData, bool fDataIsEncrypted)

Parameters

pbData

byte[]

cbData

int

fDataIsEncrypted

bool

Returns

HResult