feat(加密): 添加RSA签名与验签功能支持PKCS#8和PKCS#1格式 #62
Annotations
10 warnings
|
build:
GameFrameX.Foundation.Orm.Attribute/SoftDeleteAttribute.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/SoftDeleteAttribute.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/VersionControlAttribute.cs#L87
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/ReadOnlyTableAttribute.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/PartitionTableAttribute.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Orm.Attribute/AuditTableAttribute.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
GameFrameX.Foundation.Encryption/RsaHelper.cs#L157
The variable 'ex' is declared but never used
|
|
build:
GameFrameX.Foundation.Encryption/AesHelper.cs#L177
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int, HashAlgorithmName)' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
build:
GameFrameX.Foundation.Encryption/AesHelper.cs#L84
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int, HashAlgorithmName)' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
build:
GameFrameX.Foundation.Encryption/RsaHelper.cs#L157
The variable 'ex' is declared but never used
|