RequestedProofToken.ProtectedKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the key in the case when the wst:RequestedProofToken element contains a key.
public:
property System::IdentityModel::Protocols::WSTrust::ProtectedKey ^ ProtectedKey { System::IdentityModel::Protocols::WSTrust::ProtectedKey ^ get(); };
public System.IdentityModel.Protocols.WSTrust.ProtectedKey ProtectedKey { get; }
member this.ProtectedKey : System.IdentityModel.Protocols.WSTrust.ProtectedKey
Public ReadOnly Property ProtectedKey As ProtectedKey
Property Value
A ProtectedKey that represents the key, which can be either encrypted or clear text.
Remarks
Represents the contents of the wst:RequestedProofToken element when the element contains a key (rather than a wst:ComputedKeyElement).
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.