X509SecurityToken.SecurityKeys Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene le chiavi di crittografia associate al token di sicurezza.
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)
Valore della proprietà
Classe ReadOnlyCollection<T> di tipo SecurityKey che contiene un set di chiavi associato al token di sicurezza.
Commenti
Utilizzare la proprietà SecurityKeys per impostare le chiavi di crittografia affinché il token di sicurezza sia in grado di proteggere un messaggio SOAP. Le chiavi possono anche essere utilizzate per firmare digitalmente o crittografare messaggi SOAP.