RequestSecurityToken.ProofEncryption 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來加密證明權杖的權杖。
public:
property System::IdentityModel::Tokens::SecurityTokenElement ^ ProofEncryption { System::IdentityModel::Tokens::SecurityTokenElement ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenElement ^ value); };
public System.IdentityModel.Tokens.SecurityTokenElement ProofEncryption { get; set; }
member this.ProofEncryption : System.IdentityModel.Tokens.SecurityTokenElement with get, set
Public Property ProofEncryption As SecurityTokenElement
屬性值
包含權杖的 SecurityTokenElement。
備註
代表 wst:ProofEncryption 元素的內容。 這個選擇性專案包含用來加密證明金鑰的令牌。