There are no comments for IdentityProviderAddresses in the schema.
Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub AddToIdentityProviderAddresses ( _
    identityProviderAddress As IdentityProviderAddress _
)
public void AddToIdentityProviderAddresses(
    IdentityProviderAddress identityProviderAddress
)
public:
void AddToIdentityProviderAddresses(
    IdentityProviderAddress^ identityProviderAddress
)
member AddToIdentityProviderAddresses : 
        identityProviderAddress:IdentityProviderAddress -> unit
public function AddToIdentityProviderAddresses(
    identityProviderAddress : IdentityProviderAddress
)
Parameters
- identityProviderAddress
 Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.IdentityProviderAddress
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace