'Declaration
Public Function New( _ ByVal networkSecurity As NetworkSecurity _ )
'Usage
Dim networkSecurity As NetworkSecurity Dim instance As New KerberosTokenInfo(networkSecurity)
public KerberosTokenInfo( NetworkSecurity networkSecurity )
public: KerberosTokenInfo( NetworkSecurity^ networkSecurity )
Parameters
- networkSecurity
- Security settings representing the identity of the token info.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).