Share via


RequestSecurityToken.ComputedKeyAlgorithm Propiedad

Definición

Obtiene un URI que representa el algoritmo deseado que se va a utilizar cuando las claves calculadas se usen para los tokens emitidos.

public:
 property System::String ^ ComputedKeyAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string ComputedKeyAlgorithm { get; set; }
member this.ComputedKeyAlgorithm : string with get, set
Public Property ComputedKeyAlgorithm As String

Valor de propiedad

Cadena que contiene el URI que representa el algoritmo de la clave calculado.

Comentarios

Representa el elemento wst:ComputedKeyAlgorithm. Este elemento opcional especifica un URI que representa el algoritmo deseado que se va a usar cuando se usan claves calculadas para tokens emitidos.

Se aplica a