Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetRealms( _ ByVal realmUri As String _ ) As List(Of Realm) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ClaimsManagement Dim realmUri As String Dim value As List(Of Realm) value = instance.GetRealms(realmUri) |
C# | |
---|---|
public List<Realm> GetRealms( string realmUri ) |
C++/CLI | |
---|---|
public: List<Realm^>^ GetRealms( String^ realmUri ) |
Parameters
- realmUri
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