Aracılığıyla paylaş


SecurityManager.IsGranted(IPermission) Yöntem

Tanım

Dikkat

Bu API artık kullanım dışıdır.

Dikkat

IsGranted is obsolete and will be removed in a future release of the .NET Framework. Please use the PermissionSet property of either AppDomain or Assembly instead.

Çağırana bir izin verilip verilmeyeceğini belirler.

public:
 static bool IsGranted(System::Security::IPermission ^ perm);
[System.Obsolete]
public static bool IsGranted (System.Security.IPermission perm);
public static bool IsGranted (System.Security.IPermission perm);
[System.Obsolete("IsGranted is obsolete and will be removed in a future release of the .NET Framework.  Please use the PermissionSet property of either AppDomain or Assembly instead.")]
public static bool IsGranted (System.Security.IPermission perm);
[<System.Obsolete>]
static member IsGranted : System.Security.IPermission -> bool
static member IsGranted : System.Security.IPermission -> bool
[<System.Obsolete("IsGranted is obsolete and will be removed in a future release of the .NET Framework.  Please use the PermissionSet property of either AppDomain or Assembly instead.")>]
static member IsGranted : System.Security.IPermission -> bool
Public Shared Function IsGranted (perm As IPermission) As Boolean

Parametreler

perm
IPermission

Çağıranın iznine karşı test etme izni.

Döndürülenler

Boolean

true çağırana verilen izinler iznini permiçerirse ; değilse, false.

Öznitelikler

Açıklamalar

İzinlerin verilmesi ilke tarafından belirlenir ve onay gibi geçersiz kılmalara tabi talepten farklıdır. Ayrıca, IsGranted yalnızca çağrı kodu derlemesinin verilmesini, yığındaki diğer çağıranlardan bağımsız olarak test edin.

Şunlara uygulanır