你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProtectionLevel 枚举

定义

枚举如何保护通信。

public enum ProtectionLevel
type ProtectionLevel = 
Public Enum ProtectionLevel
继承
ProtectionLevel

字段

EncryptAndSign 2

保密性和完整性都受到保护。

None 0

不受保护。

Sign 1

仅保护完整性。

适用于