3
Reply

How to Implement security in wcf rest service?

santosh choudhury

santosh choudhury

Feb 10, 2017
1.1k
1

    Use Token based authentication by using encryption and decryption like AES , RSA Etc.It Basically message level security there is another type of security IE: transport level

    sandeep sandeep
    May 04, 2017
    2

    Please follow the link below.http://www.c-sharpcorner.com/UploadFile/vendettamit/create-secure-wcf-rest-api-with-custom-basic-authentication/

    Rajkiran Swain
    May 15, 2017
    1

    Inherit UserNamePasswordValidator class to your own class and override the "Validate" method. Some configuration will be required in web.config.

    Deepak Kumar
    July 26, 2017
    0