UnsupportedPolicyOptionsException Classe

Definição

Indica que uma política foi fornecida ao sistema que incluía opções sem suporte.Indicates that a policy was provided to the system that included options that were unsupported.

public ref class UnsupportedPolicyOptionsException : Exception
[System.Serializable]
public class UnsupportedPolicyOptionsException : Exception
[<System.Serializable>]
type UnsupportedPolicyOptionsException = class
    inherit Exception
Public Class UnsupportedPolicyOptionsException
Inherits Exception
Herança
UnsupportedPolicyOptionsException
Atributos

Comentários

Uma exceção UnsupportedPolicyOptionsException indica que uma política fornecida ao sistema inclui opções sem suporte.An UnsupportedPolicyOptionsException exception indicates that a policy was provided to the system that includes options that are not supported. As restrições que podem causar essas falhas incluem:Restrictions that can cause these failures include the following:

Um destinatário solicitou um token do serviço de token de segurança local especificando http://schemas.xmlsoap.org/ws/2005/05/identity/issuer/self como o emissor do token.A recipient has requested a token from the local security token service by specifying http://schemas.xmlsoap.org/ws/2005/05/identity/issuer/self as the issuer of the token. No entanto, um dos requisitos especificados na política não tem suporte no serviço de token de segurança local do CardSpace.However, one of the requirements specified in the policy is not supported by the CardSpace local security token service. Para obter mais informações, consulte uma referência técnica para o perfil do cartão de informações v 1.0.For more information, see A Technical Reference for the Information Card Profile V1.0. Os exemplos de opções sem suporte incluem:Examples of unsupported options include the following:

  • Uma declaração solicitada pelo destinatário não está na lista de declarações com suporte especificadas na seção tipos de declaração com suporte de "uma referência técnica para o perfil do cartão de informações v 1.0".A claim requested by the recipient is not in the list of supported claims specified in the Supported Claim Types section of "A Technical Reference for the Information Card Profile V1.0."

  • O tipo de token é diferente de SAML 1.0 ou 1.1.The token type is something other than SAML 1.0 or 1.1.

  • Para sites não SSL, a chave não é simétrica.For non-SSL sites, a key is not Symmetric.

  • O KeyWrapAlgorithm é diferente do algoritmo padrão.The KeyWrapAlgorithm differs from the default algorithm.

  • Um elemento sem suporte é especificado na política.An unsupported element is specified in the policy. Os elementos com suporte são os seguintes:The elements that are supported are the following:

    • EncryptionAlgorithmEncryptionAlgorithm

    • CanonicalizationAlgorithmCanonicalizationAlgorithm

    • SignWithSignWith

    • TokenTypeTokenType

    • ClaimsElementClaimsElement

    • KeyTypeKeyType

    • KeySizeKeySize

    • EncryptWithEncryptWith

    • RequestTypeRequestType

    • SecondaryParametersSecondaryParameters

    • KeyWrapAlgorithmKeyWrapAlgorithm

  • wst:RequestType não é do tipo Issue.wst:RequestType is not of type Issue.

  • Para tipos de chave assimétrica, um tamanho de chave não é 2048.For Asymmetric key types, a key size is not 2048.

Construtores

UnsupportedPolicyOptionsException()

Inicializa uma instância da classe UnsupportedPolicyOptionsException.Initializes an instance of the UnsupportedPolicyOptionsException class.

UnsupportedPolicyOptionsException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe UnsupportedPolicyOptionsException com as informações de serialização e contexto de fluxo especificadas.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified serialization information and streaming context.

UnsupportedPolicyOptionsException(String)

Inicializa uma instância da classe UnsupportedPolicyOptionsException com a mensagem de erro especificada.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified error message.

UnsupportedPolicyOptionsException(String, Exception)

Inicializa uma instância da classe UnsupportedPolicyOptionsException com a mensagem de erro especificada e a exceção original que fez essa exceção ser gerada.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified error message and the original exception that caused this exception to be thrown.

Propriedades

Data

Obtém uma coleção de pares de chave/valor que fornecem informações definidas pelo usuário adicionais sobre a exceção.Gets a collection of key/value pairs that provide additional user-defined information about the exception.

(Herdado de Exception)
HelpLink

Obtém ou define um link para o arquivo de ajuda associado a essa exceção.Gets or sets a link to the help file associated with this exception.

(Herdado de Exception)
HResult

Obtém ou define HRESULT, um valor numérico codificado que é atribuído a uma exceção específica.Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.

(Herdado de Exception)
InnerException

Obtém a instância Exception que causou a exceção atual.Gets the Exception instance that caused the current exception.

(Herdado de Exception)
Message

Obtém uma mensagem que descreve a exceção atual.Gets a message that describes the current exception.

(Herdado de Exception)
Source

Obtém ou define o nome do aplicativo ou objeto que causa o erro.Gets or sets the name of the application or the object that causes the error.

(Herdado de Exception)
StackTrace

Obtém uma representação de cadeia de caracteres de quadros imediatos na pilha de chamadas.Gets a string representation of the immediate frames on the call stack.

(Herdado de Exception)
TargetSite

Obtém o método que gerou a exceção atual.Gets the method that throws the current exception.

(Herdado de Exception)

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetBaseException()

Quando substituído em uma classe derivada, retorna a Exception que é a causa raiz de uma ou mais exceções subsequentes.When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.

(Herdado de Exception)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetObjectData(SerializationInfo, StreamingContext)

Quando substituído em uma classe derivada, define o SerializationInfo com informações sobre a exceção.When overridden in a derived class, sets the SerializationInfo with information about the exception.

(Herdado de Exception)
GetType()

Obtém o tipo de runtime da instância atual.Gets the runtime type of the current instance.

(Herdado de Exception)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Cria e retorna uma representação de cadeia de caracteres da exceção atual.Creates and returns a string representation of the current exception.

(Herdado de Exception)

Eventos

SerializeObjectState

Ocorre quando uma exceção é serializada para criar um objeto de estado de exceção que contém dados serializados sobre a exceção.Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.

(Herdado de Exception)

Aplica-se a