QuickOPC User's Guide and Reference
ServicePrincipalName Property (_TokenInfoPolicy)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User.ComTypes Namespace > _TokenInfoPolicy Interface : ServicePrincipalName Property
The name of the service principal.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ServicePrincipalName As String
'Usage
 
Dim instance As _TokenInfoPolicy
Dim value As String
 
instance.ServicePrincipalName = value
 
value = instance.ServicePrincipalName
[NotNull()]
string ServicePrincipalName {get; set;}
[NotNull()]
property String^ ServicePrincipalName {
   String^ get();
   void set (    String^ value);
}
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