Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The SetGroupPresharedKey method allows a management application to configure an initiator HBA to use the indicated preshared key whenever a key is required but no key is currently associated with the identifier (ID) for a session
When an initiator uses a preshared key in a key exchange, it associates the key with an identifier for the initiator and passes the identifier and its associated key to the target in the data portion of an identification packet (also known as the identification payload). The initiator passes the identifier and its associated key during phase 1 of an aggressive or main-mode Internet key exchange (IKE), as described in RFC 2407. Il payload di identificazione consente alla destinazione di identificare l'iniziatore in modo sicuro e di scegliere un criterio di sicurezza appropriato per una connessione con tale iniziatore specifico.
The SetGroupPresharedKey method configures an initiator to use the default preshared key for identifiers that are not already associated with a key. To establish an explicit association between a key and a particular initiator identifier, a management application must call the SetPresharedKeyForId method. Se esiste un'associazione esplicita tra un identificatore e una chiave, la chiave che l'associazione ha la precedenza sulla chiave predefinita.
After the SetGroupPresharedKey method specifies the default key, the initiator should store this key in nonvolatile storage if nonvolatile storage is available. Ma l'iniziatore deve anche mantenere la chiave in memoria funzionante, in modo che sarà rapidamente disponibile durante la negoziazione della fase 1 IKE. Ciò migliora l'efficienza dello scambio di chiavi.
SetGroupPresharedKey belongs to the unpublished MSiSCSI_SecurityConfigOperations WMI class. For a description of the parameters of the SetGroupPresharedKey method, see the member descriptions for the SetGroupPresharedKey_IN and SetGroupPresharedKey_OUT structures.
Miniport drivers that implement the MSiSCSI_SecurityConfigOperations WMI class must support SetGroupPresharedKey.