Visual Basic (Declaration) | |
---|---|
Public Function GetDelegationTicket( _ ByVal userID As String, _ ByVal securityLabelName As String, _ ByVal expiry As ValueType, _ ByVal uses As Integer _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BaseAPIConnection Dim userID As String Dim securityLabelName As String Dim expiry As ValueType Dim uses As Integer Dim value As String value = instance.GetDelegationTicket(userID, securityLabelName, expiry, uses) |
C# | |
---|---|
public string GetDelegationTicket( string userID, string securityLabelName, ValueType expiry, int uses ) |
C++/CLI | |
---|---|
public: String^ GetDelegationTicket( String^ userID, String^ securityLabelName, ValueType^ expiry, int uses ) |
Parameters
- userID
- securityLabelName
- expiry
- uses
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2