'Declaration
Public Function New( _ ByVal tokenProfileUriString As String, _ ByVal securityPolicyUriString As String, _ ByVal servicePrincipalName As String _ )
'Usage
Dim tokenProfileUriString As String Dim securityPolicyUriString As String Dim servicePrincipalName As String Dim instance As New TokenInfoPolicy(tokenProfileUriString, securityPolicyUriString, servicePrincipalName)
public TokenInfoPolicy( string tokenProfileUriString, string securityPolicyUriString, string servicePrincipalName )
public: TokenInfoPolicy( String^ tokenProfileUriString, String^ securityPolicyUriString, String^ servicePrincipalName )
Parameters
- tokenProfileUriString
- URI string of the token profile.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - securityPolicyUriString
- URI string of the security policy.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - servicePrincipalName
- The name of the service principal.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).