ServiceModelSecurityTokenTypes.SecureConversation Propriedade
Definição
Obtém uma cadeia de caracteres que indica se o serviço usa a autenticação WS-SecureConversation.Gets a string that indicates whether the service uses WS-SecureConversation authentication.
public:
static property System::String ^ SecureConversation { System::String ^ get(); };
public static string SecureConversation { get; }
member this.SecureConversation : string
Public Shared ReadOnly Property SecureConversation As String
Valor da propriedade
Uma cadeia de caracteres que indica se o serviço usa a autenticação WS-SecureConversation.A string that indicates whether the service uses WS-SecureConversation authentication.
Comentários
A especificação WS-SecureConversation baseia-se nas especificações de WS-Security e WS-Policy.The WS-SecureConversation specification is built on the WS-Security and WS-Policy specifications. Ele fornece comunicação segura entre os serviços.It provides secure communication between services.