DistributedTransactionPermission Class
Assembly: System.Transactions (in system.transactions.dll)
'Declaration <SerializableAttribute> _ Public NotInheritable Class DistributedTransactionPermission Inherits CodeAccessPermission Implements IUnrestrictedPermission 'Usage Dim instance As DistributedTransactionPermission
/** @attribute SerializableAttribute() */ public final class DistributedTransactionPermission extends CodeAccessPermission implements IUnrestrictedPermission
SerializableAttribute public final class DistributedTransactionPermission extends CodeAccessPermission implements IUnrestrictedPermission
A local transaction only consumes resources from a single durable source or mutilple volatitle sources. A distributed transaction, on the other hand, has to interact with multiple durable resources, potentially across the network. When management of a transaction is escalated to MSDTC, the code that initiated the escalation is verified to have this permission. For more information on security levels, see Security Trust Levels in Accessing Resources. For more information on transaction management escalation, see Transaction Management Escalation. The security demand affects the code that initiated the escalation, not necessarily the code that originally created the local transaction.
System.Security.CodeAccessPermission
System.Transactions.DistributedTransactionPermission
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.