10 [RequiresUnreferencedCode(
"The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
13 Type type =
Type.
GetType(
"System.Security.Cryptography.CryptoConfig, System.Security.Cryptography.Algorithms", throwOnError:
true);
22 [RequiresUnreferencedCode(
"The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
virtual Delegate CreateDelegate(Type delegateType)
static string Cryptography_DefaultAlgorithm_NotSupported
static Func< string, object > BindCreateFromName()
static readonly Func< string, object > s_createFromName
static object CreateFromName(string name)
static HashAlgorithm CreateDefaultHashAlgorithm()
static ? Type GetType(string typeName, bool throwOnError, bool ignoreCase)