X509WindowsSecurityToken コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
X509WindowsSecurityToken クラスの新しいインスタンスを初期化します。
オーバーロード
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity) |
指定した X.509 証明書と Windows ドメインまたはコンピューター アカウントを使用して、X509WindowsSecurityToken クラスの新しいインスタンスを初期化します。 |
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String) |
指定した X.509 証明書、Windows ドメインまたはコンピューター アカウント、および一意の識別子を使用して、X509WindowsSecurityToken クラスの新しいインスタンスを初期化します。 |
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String) |
X509WindowsSecurityToken の新しいインスタンスを作成します。 |
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity)
指定した X.509 証明書と Windows ドメインまたはコンピューター アカウントを使用して、X509WindowsSecurityToken クラスの新しいインスタンスを初期化します。
public:
X509WindowsSecurityToken(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::Security::Principal::WindowsIdentity ^ windowsIdentity);
public X509WindowsSecurityToken (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Principal.WindowsIdentity windowsIdentity);
new System.IdentityModel.Tokens.X509WindowsSecurityToken : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Principal.WindowsIdentity -> System.IdentityModel.Tokens.X509WindowsSecurityToken
Public Sub New (certificate As X509Certificate2, windowsIdentity As WindowsIdentity)
パラメーター
- certificate
- X509Certificate2
X.509 証明書を含む X509Certificate2。
- windowsIdentity
- WindowsIdentity
Windows ドメインまたはコンピューター アカウントの ID を表す WindowsIdentity。
注釈
このコンストラクターは、X509WindowsSecurityToken セキュリティ トークンの一意の識別子を作成し、その値を Id プロパティに割り当てます。
適用対象
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String)
指定した X.509 証明書、Windows ドメインまたはコンピューター アカウント、および一意の識別子を使用して、X509WindowsSecurityToken クラスの新しいインスタンスを初期化します。
public:
X509WindowsSecurityToken(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::Security::Principal::WindowsIdentity ^ windowsIdentity, System::String ^ id);
public X509WindowsSecurityToken (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Principal.WindowsIdentity windowsIdentity, string id);
new System.IdentityModel.Tokens.X509WindowsSecurityToken : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Principal.WindowsIdentity * string -> System.IdentityModel.Tokens.X509WindowsSecurityToken
Public Sub New (certificate As X509Certificate2, windowsIdentity As WindowsIdentity, id As String)
パラメーター
- certificate
- X509Certificate2
X.509 証明書を含む X509Certificate2。
- windowsIdentity
- WindowsIdentity
Windows ドメインまたはコンピューター アカウントの ID を表す WindowsIdentity。
- id
- String
セキュリティ トークンの一意の識別子。
適用対象
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String)
X509WindowsSecurityToken の新しいインスタンスを作成します。
public:
X509WindowsSecurityToken(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::Security::Principal::WindowsIdentity ^ windowsIdentity, System::String ^ authenticationType, System::String ^ id);
public X509WindowsSecurityToken (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Principal.WindowsIdentity windowsIdentity, string authenticationType, string id);
new System.IdentityModel.Tokens.X509WindowsSecurityToken : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Principal.WindowsIdentity * string * string -> System.IdentityModel.Tokens.X509WindowsSecurityToken
Public Sub New (certificate As X509Certificate2, windowsIdentity As WindowsIdentity, authenticationType As String, id As String)
パラメーター
- certificate
- X509Certificate2
X.509 証明書を含む X509Certificate2。
- windowsIdentity
- WindowsIdentity
Windows ドメインまたはコンピューター アカウントの ID を表します。
- authenticationType
- String
トークンの認証の種類。
- id
- String
セキュリティ トークンの一意の識別子。
適用対象
.NET