IdentityProviderKey.CreateIdentityProviderKey Method

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

  • identityProviderId
    Type: System.Int64

    Initial value of IdentityProviderId.

  • systemReserved
    Type: System.Boolean

    Initial value of SystemReserved.

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.IdentityProviderKey
Returns IdentityProviderKey.

.NET Framework Security

See Also

Reference

IdentityProviderKey Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace