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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > TokenInfoPolicy Class : ServicePrincipalName Property
The name of the service principal.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property ServicePrincipalName As String
'Usage
 
Dim instance As TokenInfoPolicy
Dim value As String
 
instance.ServicePrincipalName = value
 
value = instance.ServicePrincipalName
[DefaultValue("")]
[NotNull()]
public string ServicePrincipalName {get; set;}
[DefaultValue("")]
[NotNull()]
public:
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