win32cred.CredUnmarshalCredential

int,PyUnicode = CredUnmarshalCredential(MarshaledCredential)

Unmarshals credentials formatted using win32cred::CredMarshalCredential

Parameters

MarshaledCredential : PyUnicode

Unicode string containing marshaled credential

CredType Type of output credentials
CertCredentialCharacter string containing SHA1 hash of a certificate
UsernameTargetCredentialUnicode string containing username

Return Value

Returns the credential type and credentials.