Skip to content

Use the Unicode Win32 APIs #5

Closed
@saurabh500

Description

Ref: https://github.com/tvrprasad/sspi-client/blob/master/src_native/sspi_impl.cpp#L197

The code uses APIs like InitializeSecurityContextA and AcquireCredentialsHandleA
These are ANSI APIs and should be replaced with Unicode APIs

Ref: https://msdn.microsoft.com/en-us/library/ff381407.aspx

These changes will also allow support for IDN connectivity to Sql Server.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions