Expand Minimize
This topic has not yet been rated - Rate this topic

CredIsMarshaledCredential function

The CredIsMarshaledCredential function determines whether a specified user name string is a marshaled credential previously marshaled by CredMarshalCredential.

Syntax


BOOL CredIsMarshaledCredential(
  _In_  LPCTSTR MarshaledCredential
);

Parameters

MarshaledCredential [in]

Pointer to a null-terminated string that contains the marshaled credential.

Return value

This function returns TRUE if MarshaledCredential is a marshaled credential and FALSE if it is not.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

WinCred.h

Library

Advapi32.lib

DLL

Advapi32.dll

Unicode and ANSI names

CredIsMarshaledCredentialW (Unicode) and CredIsMarshaledCredentialA (ANSI)

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.