AuthorizationProvider.IsPermitted Yöntem
Ad alanı: Microsoft.TeamFoundation.Integration.Server
Derleme: Microsoft.TeamFoundation.Server.Core (Microsoft.TeamFoundation.Server.Core.dll içinde)
Sözdizimi
'Bildirim
Public Function IsPermitted ( _
requestContext As TeamFoundationRequestContext, _
objectId As String, _
actionId As String, _
descriptor As IdentityDescriptor _
) As Boolean
public bool IsPermitted(
TeamFoundationRequestContext requestContext,
string objectId,
string actionId,
IdentityDescriptor descriptor
)
Parametreler
- requestContext
Tür: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- objectId
Tür: System.String
- actionId
Tür: System.String
- descriptor
Tür: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Dönüş Değeri
Tür: System.Boolean
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.