PreviousNext

Annotating the Binding Handle for Security

Now that the client has a binding, it is almost ready to begin RPC operations. One last preliminary task remains; namely, to specify various security-related parameters to the RPC runtime, which will govern the (security) conduct of the ensuing client/server relationship. If the client does not require authentication, it can skip this step completely. The result will be that no authentication will take place between the client and server. It will then be up to the server to decide how far to go with an unauthenticated client.

More:

Preparation

Setting Up for Authenticated RPC