Enum AuthenticationProtocol
public enum AuthenticationProtocol
Fields
EncryptedSession = 2An initial handshake will establish the client's identity a derived symmetric key, used to encrypt each subsequent operation
MatchingAmbientIdentities = 4A 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 = 0The server will trust the client - use only for testing
VerifiedOperations = 1The client will sign each request to the server, which will verify each signature
VerifiedOperationsAndEncryptedSession = 3Both VerifiedOperations and EncryptedSession