ServiceCertificateElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイルの <serviceCertificate>
要素を表します。
public ref class ServiceCertificateElement : System::Configuration::ConfigurationElement
public class ServiceCertificateElement : System.Configuration.ConfigurationElement
type ServiceCertificateElement = class
inherit ConfigurationElement
Public Class ServiceCertificateElement
Inherits ConfigurationElement
- 継承
注釈
要素は <serviceCertificate>
要素の <federationConfiguration>
子要素であり、WS-Federation を使用するときにトークンの暗号化と暗号化解除に使用される X.509 証明書 (存在する場合) を構成します。
プロパティは FederationConfigurationElement.ServiceCertificate の ServiceCertificateElementインスタンスです。
コンストラクター
ServiceCertificateElement() |
ServiceCertificateElement クラスの新しいインスタンスを初期化します。 |
プロパティ
メソッド
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET