Table of Contents

Enum AuthenticationProtocol

Namespace
The.RPC
Assembly
Instagile.dll
public enum AuthenticationProtocol

Fields

EncryptedSession = 2

An initial handshake will establish the client's identity a derived symmetric key, used to encrypt each subsequent operation

MatchingAmbientIdentities = 4

A lower layer will provide authentication which the server will verify against the client's claimed identity. Instagile will not itself provide any message security.

None = 0

The server will trust the client - use only for testing

VerifiedOperations = 1

The client will sign each request to the server, which will verify each signature

VerifiedOperationsAndEncryptedSession = 3

Both VerifiedOperations and EncryptedSession