Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
Org.IdentityConnectors.Common.Security.UnmanagedArray< T > Interface Template Reference

Places an array facade on an unmanaged memory data structure that holds senstive data. (In C# placing senstive data in managed memory is considered unsecure since the memory model allows data to be copied around). More...

Inherits IDisposable.

Inherited by Org.IdentityConnectors.Common.Security.AbstractUnmanagedArray< T >.

Properties

int Length [get]
 
this[int index] [get, set]
 

Detailed Description

Places an array facade on an unmanaged memory data structure that holds senstive data. (In C# placing senstive data in managed memory is considered unsecure since the memory model allows data to be copied around).


The documentation for this interface was generated from the following file: