namespace com.hitrust.b2b.Security
|
|
{
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[StructLayout(LayoutKind.Sequential)]
|
|
internal struct TrustListUsage
|
|
{
|
|
public int cUsageIdentifier;
|
|
public IntPtr rgpszUsageIdentifier;
|
|
}
|
|
}
|
|
|