QuickOPC User's Guide and Reference
KerberosTokenInfo Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace : KerberosTokenInfo Class
A Kerberos (issued) token info.
Object Model
KerberosTokenInfo ClassKerberosTokenInfo ClassNetworkSecurity ClassNetworkSecurity ClassKerberosTokenInfo Class
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.IdentityModel.User.ComTypes._KerberosTokenInfo)>
<ComVisibleAttribute(True)>
<GuidAttribute("8D78F8AD-55CD-418A-B0D9-1F0F563181CD")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<XmlIncludeAttribute(OpcLabs.BaseLib.IdentityModel.User.AnonymousTokenInfo)>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=False, 
   Export=True, 
   PageId=10001)>
<SerializableAttribute()>
Public NotInheritable Class KerberosTokenInfo 
   Inherits TokenInfo
   Implements OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._Parameters, OpcLabs.BaseLib.IdentityModel.User.ComTypes._KerberosTokenInfo, OpcLabs.BaseLib.IdentityModel.User.ComTypes._TokenInfo, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As KerberosTokenInfo
[CLSCompliant(false)]
[ComDefaultInterface(OpcLabs.BaseLib.IdentityModel.User.ComTypes._KerberosTokenInfo)]
[ComVisible(true)]
[Guid("8D78F8AD-55CD-418A-B0D9-1F0F563181CD")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[XmlInclude(OpcLabs.BaseLib.IdentityModel.User.AnonymousTokenInfo)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public sealed class KerberosTokenInfo : TokenInfo, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._Parameters, OpcLabs.BaseLib.IdentityModel.User.ComTypes._KerberosTokenInfo, OpcLabs.BaseLib.IdentityModel.User.ComTypes._TokenInfo, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(false)]
[ComDefaultInterface(OpcLabs.BaseLib.IdentityModel.User.ComTypes._KerberosTokenInfo)]
[ComVisible(true)]
[Guid("8D78F8AD-55CD-418A-B0D9-1F0F563181CD")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[XmlInclude(OpcLabs.BaseLib.IdentityModel.User.AnonymousTokenInfo)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public ref class KerberosTokenInfo sealed : public TokenInfo, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._Parameters, OpcLabs.BaseLib.IdentityModel.User.ComTypes._KerberosTokenInfo, OpcLabs.BaseLib.IdentityModel.User.ComTypes._TokenInfo, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Remarks
The Kerberos token will be used as user identity when it is not empty.
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.BaseLib.Parameters
            OpcLabs.BaseLib.IdentityModel.User.TokenInfo
               OpcLabs.BaseLib.IdentityModel.User.KerberosTokenInfo

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also