SecurityTokenAttachmentMode 列舉

定義

列舉型別 (Enumeration),其中會列出附加安全性權杖的方式。

public enum class SecurityTokenAttachmentMode
public enum SecurityTokenAttachmentMode
type SecurityTokenAttachmentMode = 
Public Enum SecurityTokenAttachmentMode
繼承
SecurityTokenAttachmentMode

欄位

Endorsing 1

此權杖 (Token) 會用來簽署訊息簽章。

Signed 0

此權杖是包含在訊息簽章中。

SignedEncrypted 3

此權杖是包含在訊息簽章中,而且會經過加密。

SignedEndorsing 2

此權杖是包含在訊息簽章中,而且會簽署此訊息簽章。

備註

這個列舉型別會指定訊息與其簽章 (Signature) 之間的簽署和加密關係。

適用於