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