Message.AuthenticationProviderType 属性

定义

获取或设置用于生成消息数字签名的加密提供程序类型。

public:
 property System::Messaging::CryptographicProviderType AuthenticationProviderType { System::Messaging::CryptographicProviderType get(); void set(System::Messaging::CryptographicProviderType value); };
[System.Messaging.MessagingDescription("MsgAuthenticationProviderType")]
public System.Messaging.CryptographicProviderType AuthenticationProviderType { get; set; }
[<System.Messaging.MessagingDescription("MsgAuthenticationProviderType")>]
member this.AuthenticationProviderType : System.Messaging.CryptographicProviderType with get, set
Public Property AuthenticationProviderType As CryptographicProviderType

属性值

CryptographicProviderType 值之一。 默认值为 RSA_FULL

属性

例外

未能设置 AuthenticationProviderType 属性。

- 或 -

消息队列经过筛选后忽略了 AuthenticationProviderType 属性。

注解

处理外部队列时,通常会使用 AuthenticationProviderType 属性来指定与消息关联的加密服务提供程序。 消息队列要求加密提供程序的身份验证提供程序名称和身份验证提供程序类型 (身份验证提供程序) 验证发送到外部队列的消息和从外部队列传递到消息队列的消息的数字签名。

仅用于 RsaFull 消息传递。

发送消息时,始终将 和 ConnectorType 属性一起设置AuthenticationProviderType。 发送消息时,如果未同时设置连接器类型,消息队列将忽略身份验证提供程序类型。

适用于

另请参阅