Saml2SecurityToken.SecurityKeys Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene las claves criptográficas asociadas al token de seguridad.
public:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ SecurityKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys { get; }
member this.SecurityKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey>
Public Overrides ReadOnly Property SecurityKeys As ReadOnlyCollection(Of SecurityKey)
Valor de propiedad
ReadOnlyCollection<T> de tipo SecurityKey que contiene el conjunto de claves asociadas al token de seguridad.
Comentarios
Utilice la propiedad SecurityKeys para establecer las claves criptográficas para que este token de seguridad proteja un mensaje SOAP. Entre otras cosas, las claves se pueden usar para firmar o cifrar digitalmente los mensajes SOAP.