Share via


WSSecurityTokenSerializer.CanWriteKeyIdentifierCore Metodo

Definizione

Ottiene un valore che indica se è possibile scrivere nel nucleo dell'identificatore di chiave con una clausola dell'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

Clausola dell'identificatore di chiave di sicurezza specificata.

Restituisce

true se è possibile scrivere nel nucleo dell'identificatore di chiave con una clausola dell'identificatore di chiave specificata. In caso contrario, false.

Si applica a