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