Click or drag to resize

AuthenticationInfo Class

Used to send authentication information to a web service method
Inheritance Hierarchy
SystemObject
  Panopto.Server.Services.PublicAPI.V40AuthenticationInfo

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public class AuthenticationInfo

The AuthenticationInfo type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationInfo
Top
Properties
  NameDescription
Public propertyAuthCode
Gets or sets the authentication code Constructed as SHA1(UserKey + "@" + WebServerFQDN.ToLower() + "|" + applicationKey.ToLower()) Required for external users that are authenticated with a bounace page. Not needed for internal users and external users which don't have a bounce page (ex: WebCT)
Public propertyPassword
Gets or sets the user's password. Required for internal users and external users which don't have a bounce page (ex: WebCT) Not needed for external users that are authenticated with a bounce page
Public propertyUserKey
Gets or sets the user's key
Top
See Also