UpdateRealm(Int32,Realm) Method
See Also 
SourceCode.Security.Claims Namespace > ClaimsManagement Class > UpdateRealm Method : UpdateRealm(Int32,Realm) Method



id
realm

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub UpdateRealm( _
   ByVal id As Integer, _
   ByVal realm As SourceCode.Security.Claims.Realm _
) 
Visual Basic (Usage) Copy Code
Dim instance As ClaimsManagement
Dim id As Integer
Dim realm As SourceCode.Security.Claims.Realm
 
instance.UpdateRealm(id, realm)
C#  
public void UpdateRealm( 
   int id,
   SourceCode.Security.Claims.Realm realm
)
C++/CLI  
public:
void UpdateRealm( 
   int id,
   SourceCode.Security.Claims.Realm^ realm
) 

Parameters

id
realm

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