Name

Authorization

Synopsis

This class encapsulates an authentication message that AuthenticationManager sends to a remote server. The Message property contains the string that is sent to the server in response to its authentication challenge.

The Authorization class is used by implementations of IAuthenticationModule and by AuthenticationManager. You should not need to use it directly unless you have implemented your own authentication scheme.

Public Class Authorization
                  ' Public Constructors
   Public Sub New( ByVal token As String) 
   Public Sub New(ByVal token As String, 
        ByVal finished As Boolean) 
   Public Sub New(ByVal token As String, 
        ByVal finished As Boolean, 
        ByVal connectionGroupId As String) 
' Public Instance Properties
   Public ReadOnly Property Complete As Boolean  
   Public ReadOnly Property ConnectionGroupId As String  
   Public ReadOnly Property Message As String  
   Public Property ProtectionRealm As String()  
End Class

Returned By

AuthenticationManager.{Authenticate(), PreAuthenticate()}, IAuthenticationModule.{Authenticate(), PreAuthenticate()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.