Lingua

WSSecurityTokenSerializer.CanWriteKeyIdentifierCore Metodo

Definizione

Ottiene un valore che indica se è possibile scrivere il core dell'identificatore di chiave con una clausola identificatore di chiave specificata.

protected:
 override bool CanWriteKeyIdentifierCore(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier);
protected override bool CanWriteKeyIdentifierCore(System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier);
override this.CanWriteKeyIdentifierCore : System.IdentityModel.Tokens.SecurityKeyIdentifier -> bool
Protected Overrides Function CanWriteKeyIdentifierCore (keyIdentifier As SecurityKeyIdentifier) As Boolean

Parametri

keyIdentifier
SecurityKeyIdentifier

Identificatore della chiave di sicurezza.

Valori restituiti

true se è possibile scrivere il core dell'identificatore di chiave con la clausola dell'identificatore di chiave specificata; in caso contrario, false.

Si applica a