Namespace:
Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim x509Subject As String
Dim x509Issuer As String
Dim instance As New X509SubjectAndIssuer(x509Subject, x509Issuer)
|
Syntax
Visual Basic |
Public Sub New ( _
x509Subject As String, _
x509Issuer As String _
)
|
C# |
public X509SubjectAndIssuer (
string x509Subject,
string x509Issuer
)
|
C++ |
public:
X509SubjectAndIssuer (
String^ x509Subject,
String^ x509Issuer
)
|
J# |
public X509SubjectAndIssuer (
String x509Subject,
String x509Issuer
)
|
JScript |
public function X509SubjectAndIssuer (
x509Subject : String,
x509Issuer : String
)
|
Parameters
- x509Subject
- x509Issuer
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also