Portable Class Library (PCL) Contrib - Cryptography

前端 未结 3 739
忘掉有多难
忘掉有多难 2021-02-10 03:16

I want to use the cryptography in the Portable Class Library Contrib project on codeplex but have not found any documentation on how I can use it.

I want to create a wra

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-10 03:45

    The docs are a little lacking, but I call this out in the FAQ:

    Can I share the types from PclContrib with my platform-specific projects? No, not currently. While the types in PclContrib look and feel like their platform-specific counterparts, the runtime and compiler will see them as completely different types. While we have some ideas on how to make this work, this is a feature that we won't be looking at for the short term.

提交回复
热议问题