System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the collection.

Syntax

public object SyncRoot { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The object returned in this implementation is the System.Security.Permissions.KeyContainerPermissionAccessEntryCollection object itself.

For more information on the KeyContainerPermissionAccessEntryCollection.SyncRoot property, see the ICollection.SyncRoot property of the ICollection interface.

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0