SecureArray<T> Class
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Diagnostics.DisposeTrackableBase
Microsoft.Exchange.Common.SecureArray<T>
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Class SecureArray(Of T) _
Inherits DisposeTrackableBase
'Usage
Dim instance As SecureArray(Of T)
public class SecureArray<T> : DisposeTrackableBase
Type Parameters
- T
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.