Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spongy Castle を使用して TLS で SSLContext を設定するにはどうすればよいですか? オンラインで検索していますが、良い例が見つかりません。
Bouncy Castle とその延長である Spongy Castle には JSSE プロバイダーが付属していないため、これは実際には実行できません。プラットフォームの既定のバージョンを使用します (プロバイダーを指定しないでください)。システムの JCE プロバイダーに含まれていない特定のアルゴリズムが必要な場合は、SC プロバイダーを明示的に指定します。
I have a Dictionary<string,int> dictionary1 and I need to convert it into a List<Data> where Data has the properties lable = dictionary1.key a
Dictionary<string,int> dictionary1
List<Data>
Data
lable