Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim ppid As String

Dim instance As New SelfIssuedCredentials(ppid)

Syntax

Visual Basic
Public Sub New ( _
		ppid As String _
)
C#
public SelfIssuedCredentials (
		string ppid
)
C++
public:
SelfIssuedCredentials (
		String^ ppid
)
J#
public SelfIssuedCredentials (
		String ppid
)
JScript
public function SelfIssuedCredentials (
		ppid : String
)

Parameters

ppid

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also