Create a new IdentityProviderKey object.
Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function CreateIdentityProviderKey ( _
    ID As Long, _
    identityProviderId As Long, _
    systemReserved As Boolean, _
    startDate As DateTime, _
    endDate As DateTime _
) As IdentityProviderKey
public static IdentityProviderKey CreateIdentityProviderKey(
    long ID,
    long identityProviderId,
    bool systemReserved,
    DateTime startDate,
    DateTime endDate
)
public:
static IdentityProviderKey^ CreateIdentityProviderKey(
    long long ID, 
    long long identityProviderId, 
    bool systemReserved, 
    DateTime startDate, 
    DateTime endDate
)
static member CreateIdentityProviderKey : 
        ID:int64 * 
        identityProviderId:int64 * 
        systemReserved:bool * 
        startDate:DateTime * 
        endDate:DateTime -> IdentityProviderKey
public static function CreateIdentityProviderKey(
    ID : long, 
    identityProviderId : long, 
    systemReserved : boolean, 
    startDate : DateTime, 
    endDate : DateTime
) : IdentityProviderKey
Parameters
- ID 
 Type: System.Int64- Initial value of Id. 
- identityProviderId 
 Type: System.Int64- Initial value of IdentityProviderId. 
- systemReserved 
 Type: System.Boolean- Initial value of SystemReserved. 
- startDate 
 Type: System.DateTime- Initial value of StartDate. 
- endDate 
 Type: System.DateTime- Initial value of EndDate. 
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.IdentityProviderKey
Returns IdentityProviderKey.
.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