If I have an Asset ID as e.g. "0x00102c3c6a920af2"
How can I add this to a list of identifiers to use in an extraction request? (c# code).
I can't find a matching identifier type in the IdentifierType enum and as this must be given as argument to the SubjectIdentifier.CreateInstrumentIdentifier method I can't do it the same way as I would do if I know another identifier.
Regards Michael