Propriedade ExchangeServiceBinding.SerializedSecurityContext
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Obtém ou define um objeto que é usado para serialização token na autenticação do servidor a servidor.
Namespace: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (em Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)
Sintaxe
'Declaração
Public Property SerializedSecurityContext As SerializedSecurityContextType
'Uso
Dim instance As ExchangeServiceBinding
Dim value As SerializedSecurityContextType
value = instance.SerializedSecurityContext
instance.SerializedSecurityContext = value
public SerializedSecurityContextType SerializedSecurityContext { get; set; }
public:
property SerializedSecurityContextType^ SerializedSecurityContext {
SerializedSecurityContextType^ get ();
void set (SerializedSecurityContextType^ value);
}
public function get SerializedSecurityContext () : SerializedSecurityContextType
public function set SerializedSecurityContext (value : SerializedSecurityContextType)
Valor de propriedade
Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.SerializedSecurityContextType
Um objeto que é usado para serialização de token na autenticação do servidor a servidor.
Comentários
Não há suporte para a serialização de token.
Permissões
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.
Plataformas
Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.
Informações sobre versão
.NET Compact Framework
Compatível com: 3.5
Consulte também
Referência
Membros ExchangeServiceBinding
Namespace Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007