GetRealms(String) Method
See Also 
SourceCode.Security.Claims Namespace > ClaimsManagement Class > GetRealms Method : GetRealms(String) Method



realmUri

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetRealms( _
   ByVal realmUri As String _
) As List(Of Realm)
Visual Basic (Usage) Copy Code
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

Requirements

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

See Also