C# Class Net.Pkcs11Interop.LowLevelAPI40.CK_ATTRIBUTE

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
type uint
value System.IntPtr
valueLen uint

Property Details

type public property

The attribute type
public uint type
return uint

value public property

Pointer to the value of the attribute
public IntPtr,System value
return System.IntPtr

valueLen public property

Length in bytes of the value
public uint valueLen
return uint