Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As InformationCard Dim value As TokenServiceCollection value = instance.TokenServiceList |
Syntax
Visual Basic |
---|
Public ReadOnly Property TokenServiceList As TokenServiceCollection |
C# |
---|
public TokenServiceCollection TokenServiceList { get; } |
C++ |
---|
public: property TokenServiceCollection^ TokenServiceList { TokenServiceCollection^ get (); } |
J# |
---|
/** @property */ public TokenServiceCollection get_TokenServiceList () |
JScript |
---|
public function get TokenServiceList () : TokenServiceCollection |
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.