RequestedProofToken.ComputedKeyAlgorithm Property

Definition

Gets the computed key algorithm used to calculate the session key in the combined entropy case.

public:
 property System::String ^ ComputedKeyAlgorithm { System::String ^ get(); };
public string ComputedKeyAlgorithm { get; }
member this.ComputedKeyAlgorithm : string
Public ReadOnly Property ComputedKeyAlgorithm As String

Property Value

A string that contains a URI that indicates the computed key algorithm.

Remarks

Represents the contents of the wst:ComputedKey element. This element contains a URI that indicates the computed key algorithm used when keys must be computed; for example, in the combined entropy case when both the requestor and issuer specify entropy.

Applies to