EasyUA Reference
PolicyId Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > UserIdentity Class : PolicyId Property

Glossary Item Box

Gets or sets the UserIdentityToken PolicyId associated with the UserIdentity.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UserIdentity
Dim value As String
 
instance.PolicyId = value
 
value = instance.PolicyId
C# 
public string PolicyId {get; set;}

Remarks

This value is used to initialize the UserIdentityToken object when GetIdentityToken() is called.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.