संपादित करें

इसके माध्यम से साझा किया गया


SecurityTokenAttachmentMode Enum

Definition

An enumeration that lists the ways in which security tokens are attached.

public enum class SecurityTokenAttachmentMode
public enum SecurityTokenAttachmentMode
type SecurityTokenAttachmentMode = 
Public Enum SecurityTokenAttachmentMode
Inheritance
SecurityTokenAttachmentMode

Fields

Endorsing 1

The token is used to sign the message signature.

Signed 0

The token is included in the message signature.

SignedEncrypted 3

The token is included in the message signature and is encrypted.

SignedEndorsing 2

The token is included in and signs the message signature.

Remarks

This enumeration specifies the signing and encrypting relationships between a message and its signature.

Applies to