Platform Symphony .NET API Reference - Version 4.1
DefaultSecurityCallback Class
NamespacesPlatform.Symphony.SoamDefaultSecurityCallback
This implementation of ConnectionSecurityCallback uses the middleware's built-in security framework for client verification.
Declaration Syntax
C#
public sealed class DefaultSecurityCallback : ConnectionSecurityCallback
Members
All MembersConstructorsMethods



IconMemberDescription
DefaultSecurityCallback(String, String)
OnGetAuthname()()()
Retrieves and returns the authorization domain that is used to validate the client to the middleware. Invoked when an authorization domain is required while establishing a connection.

OnGetPassword()()()
Retrieves and returns the password that is used to validate the client to the middleware. Invoked when a password is required while establishing a connection.

OnGetTtl()()()
Retrieves and returns the time to live that is used to validate the client to the middleware. Invoked when a time to live value is required while establishing a connection.

OnGetUsername()()()
Retrieves and returns the username that is used to validate the client to the middleware. Invoked when user authentication is required while establishing a connection.

Remarks
To use custom security framework, implement the ConnectionSecurityCallback interface.
Inheritance Hierarchy
Object
DefaultSecurityCallback
See Also
[ConnectionSecurityCallback]

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0