EncryptedSecurityToken.MatchesKeyIdentifierClause (Método)
Espacio de nombres: Microsoft.IdentityModel.Tokens
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As EncryptedSecurityToken Dim keyIdentifierClause As SecurityKeyIdentifierClause Dim returnValue As Boolean returnValue = instance.MatchesKeyIdentifierClause(keyIdentifierClause)
Sintaxis
'Declaración
Public Overrides Function MatchesKeyIdentifierClause ( _
keyIdentifierClause As SecurityKeyIdentifierClause _
) As Boolean
public override bool MatchesKeyIdentifierClause (
SecurityKeyIdentifierClause keyIdentifierClause
)
public:
virtual bool MatchesKeyIdentifierClause (
SecurityKeyIdentifierClause^ keyIdentifierClause
) override
public boolean MatchesKeyIdentifierClause (
SecurityKeyIdentifierClause keyIdentifierClause
)
public override function MatchesKeyIdentifierClause (
keyIdentifierClause : SecurityKeyIdentifierClause
) : boolean
Parámetros
- keyIdentifierClause
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
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
EncryptedSecurityToken (Clase)
EncryptedSecurityToken (Miembros)
Microsoft.IdentityModel.Tokens (Espacio de nombres)