How to use System.IdentityModel in own client-server application

前端 未结 2 797
天命终不由人
天命终不由人 2021-01-31 12:02

I\'ve got a simple client-server application based on TcpClient/TcpListener and SslStream. Clients can authenticate themselves to the server using a X509Certificate or by sendin

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-31 12:25

    I don't have the reputation to post a comment to the existing solution, but I'd like to post the new URLs to the blogs listed in the solution, since those don't work anymore. If someone can change this to a comment, I'd be much obliged.

    • Claims
    • Claim Sets
    • Inspecting Claim Sets
    • Windows and X509 Certificate claim sets
    • Typical operations on claim sets
    • Authorization policies, context and claims transformation
    • Claims transformation in WCF
    • Authorization Context and Claims Transformation outside of WCF

提交回复
热议问题