IssuerInformation (Constructor)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSIdentity
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim key As String Dim value As String Dim instance As New IssuerInformation(key, value)
Sintaxis
'Declaración
Public Sub New ( _
key As String, _
value As String _
)
public IssuerInformation (
string key,
string value
)
public:
IssuerInformation (
String^ key,
String^ value
)
public IssuerInformation (
String key,
String value
)
public function IssuerInformation (
key : String,
value : String
)
Parámetros
- key
- value
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
IssuerInformation (Clase)
IssuerInformation (Miembros)
Microsoft.IdentityModel.Protocols.WSIdentity (Espacio de nombres)