RelyingPartyKey.CreateRelyingPartyKey 方法
建立新的 RelyingPartyKey 物件。
命名空間: Microsoft.TeamFoundation.Framework.Server.AccessControl
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Public Shared Function CreateRelyingPartyKey ( _
ID As Long, _
relyingPartyId As Long, _
isPrimary As Boolean, _
systemReserved As Boolean, _
startDate As DateTime, _
endDate As DateTime _
) As RelyingPartyKey
public static RelyingPartyKey CreateRelyingPartyKey(
long ID,
long relyingPartyId,
bool isPrimary,
bool systemReserved,
DateTime startDate,
DateTime endDate
)
參數
- ID
型別:System.Int64
ID. 的初始值。
- relyingPartyId
型別:System.Int64
RelyingPartyId 的初始值。
- isPrimary
型別:System.Boolean
IsPrimary 的初始值。
- systemReserved
型別:System.Boolean
SystemReserved 的初始值。
- startDate
型別:System.DateTime
StartDate 的初始值。
- endDate
型別:System.DateTime
EndDate 的初始值。
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyKey
傳回 RelyingPartyKey。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.TeamFoundation.Framework.Server.AccessControl 命名空間