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