You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE_ENCODING_ASCII | [Encoding.ASCII](https://msdn.microsoft.com/en-us/library/system.text.encoding.ascii(v=vs.110).aspx) is available
65
-
FEATURE_BINARY_SERIALIZATION | Binary serialization is supported.
66
-
FEATURE_DIAGNOSTICS_TRACESOURCE | [TraceSource](https://msdn.microsoft.com/en-us/library/system.diagnostics.tracesource.aspx) is available
67
-
FEATURE_DIRECTORYINFO_ENUMERATEFILES | [DirectoryInfo.EnumerationFiles(string)](https://msdn.microsoft.com/en-us/library/dd413343(v=vs.110).aspx) is available
68
-
FEATURE_RNG_CSP | RandomNumberGenerator can be created using default ctor of RNGCryptoServiceProvider
69
-
FEATURE_RNG_CREATE | RandomNumberGenerator can be created using static Create method on RandomNumberGenerator
70
-
FEATURE_HASH_MD5 |
71
-
FEATURE_HASH_SHA1_CREATE |
72
-
FEATURE_HASH_SHA1_MANAGED |
73
-
FEATURE_HASH_SHA256_CREATE |
74
-
FEATURE_HASH_SHA256_MANAGED |
75
-
FEATURE_HASH_SHA384_CREATE |
76
-
FEATURE_HASH_SHA384_MANAGED |
77
-
FEATURE_HASH_SHA512_CREATE |
78
-
FEATURE_HASH_SHA512_MANAGED |
79
-
FEATURE_HASH_RIPEMD160_CREATE |
80
-
FEATURE_HASH_RIPEMD160_MANAGED |
81
-
FEATURE_HMAC_MD5 |
82
-
FEATURE_HMAC_SHA1 |
83
-
FEATURE_HMAC_SHA256 |
84
-
FEATURE_HMAC_SHA384 |
85
-
FEATURE_HMAC_SHA512 |
86
-
FEATURE_HMAC_RIPEMD160 |
87
-
FEATURE_THREAD_SLEEP | Current thread can be suspended using static Sleep method on Thread class
88
-
FEATURE_THREAD_TAP | Task-based Asynchronous Pattern is supported
89
-
FEATURE_THREAD_THREADPOOL | ThreadPool is supported
90
-
FEATURE_MEMORYSTREAM_GETBUFFER | [MemoryStream](https://msdn.microsoft.com/en-us/library/system.io.memorystream.aspx) features a [GetBuffer()](https://msdn.microsoft.com/en-us/library/system.io.memorystream.getbuffer.aspx) method which allows access to the byte array from which this stream was created, or the underlying array
91
-
FEATURE_MEMORYSTREAM_TRYGETBUFFER | [MemoryStream](https://msdn.microsoft.com/en-us/library/system.io.memorystream.aspx) features a [TryGetBuffer(out ArraySegment<byte>)](https://msdn.microsoft.com/en-us/library/system.io.memorystream.trygetbuffer.aspx) method which allows access to the byte array from which this stream was created, or the underlying array
FEATURE_SOCKET_POLL | [Socket](https://msdn.microsoft.com/en-us/library/system.net.sockets.socket.aspx) features a [Poll(Int32,SelectMode)](https://msdn.microsoft.com/en-us/library/system.net.sockets.socket.poll.aspx) method
0 commit comments