namespace com.hitrust.b2b.Security
|
|
{
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[StructLayout(LayoutKind.Sequential)]
|
|
internal struct ChainParameters
|
|
{
|
|
public int cbSize;
|
|
public int RequestedUsagedwType;
|
|
public int RequestedUsagecUsageIdentifier;
|
|
public IntPtr RequestedUsagergpszUsageIdentifier;
|
|
}
|
|
}
|
|
|