X509SecurityToken.SecurityKeys Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar de kryptografiska nycklar som är associerade med säkerhetstoken.
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)
Egenskapsvärde
En ReadOnlyCollection<T> typ SecurityKey som innehåller den uppsättning nycklar som är associerade med säkerhetstoken.
Kommentarer
Använd egenskapen SecurityKeys för att ange kryptografiska nycklar för den här säkerhetstoken för att skydda ett SOAP-meddelande. Nycklarna kan bland annat användas för att signera eller kryptera SOAP-meddelanden digitalt.