C# Class Net.Pkcs11Interop.LowLevelAPI41.CK_ATTRIBUTE_CLASS

Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Méthodes publiques

Свойство Type Description
type uint
value System.IntPtr
valueLen uint

Méthodes publiques

Méthode Description
ToCkAttributeStruct ( CK_ATTRIBUTE &ckAttribute ) : void

Copies instance members to CK_ATTRIBUTE struct

Method Details

ToCkAttributeStruct() public méthode

Copies instance members to CK_ATTRIBUTE struct
public ToCkAttributeStruct ( CK_ATTRIBUTE &ckAttribute ) : void
ckAttribute CK_ATTRIBUTE Destination CK_ATTRIBUTE struct
Résultat void

Property Details

type public_oe property

The attribute type
public uint type
Résultat uint

value public_oe property

Pointer to the value of the attribute
public IntPtr,System value
Résultat System.IntPtr

valueLen public_oe property

Length in bytes of the value
public uint valueLen
Résultat uint