MK.AliYun
9.0.0
dotnet add package MK.AliYun --version 9.0.0
NuGet\Install-Package MK.AliYun -Version 9.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MK.AliYun" Version="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MK.AliYun --version 9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MK.AliYun, 9.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MK.AliYun as a Cake Addin #addin nuget:?package=MK.AliYun&version=9.0.0 // Install MK.AliYun as a Cake Tool #tool nuget:?package=MK.AliYun&version=9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MK.AliYun
麦康阿里云工具类
阿里云官方文档
OSS API V4 签名(推荐) 在 Header 中包含 V4 签名 在 URL 中包含 V4 签名
OSS API V1 签名 在 Header 中包含 V1 签名 在 URL 中包含 V1 签名
OSS PostObject Policy(推荐用 V4) Post Signature V4/V1
OpenApi V3 签名(推荐) OpenApi V3
获取 OSS API 签名
// 获取 API 签名 V4(推荐)
var sign = MKAliYunOss.GetApiSignV4(config => {});
// 获取 API 签名
var sign = MKAliYunOss.GetApiSign(config => {});
获取 OSS POST Object Policy
// 获取 POST Object Policy V4(推荐)
var policy = MKAliYunOss.GetPolicySignV4(config => {});
// 获取 POST Object Policy
var policy = MKAliYunOss.GetPolicySign(config => {});
获取 Open API 签名
// 获取 API 签名 V3(推荐)
var sign = MKAliYunOpenApi.GetSignV3(config => {});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.