LassoDsKeyInfo
LassoDsKeyInfo — object mapping for an XML DSIG KeyInfo element
|
|
Synopsis
LassoDsKeyInfo;
LassoDsKeyInfo* lasso_ds_key_info_new (void);
Details
LassoDsKeyInfo
typedef struct {
LassoNode parent;
LassoDsKeyValue *KeyValue;
} LassoDsKeyInfo;
lasso_ds_key_info_new ()
LassoDsKeyInfo* lasso_ds_key_info_new (void);
Creates a new LassoDsKeyInfo object.
Returns : |
a newly created LassoDsKeyInfo object
|