Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.19 KB

keyderivationparameters_buildforsp80056a_870294687.md

File metadata and controls

50 lines (33 loc) · 2.19 KB
-api-id -api-type
M:Windows.Security.Cryptography.Core.KeyDerivationParameters.BuildForSP80056a(Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer,Windows.Storage.Streams.IBuffer)
winrt method

Windows.Security.Cryptography.Core.KeyDerivationParameters.BuildForSP80056a

-description

Creates a KeyDerivationParameters object for use in the SP800-56A key derivation function.

-parameters

-param algorithmId

Specifies the intended purpose of the derived key.

-param partyUInfo

Contains public information contributed by the initiator.

-param partyVInfo

Contains public information contributed by the responder.

-param suppPubInfo

Contains public information known to both initiator and responder.

-param suppPrivInfo

Contains private information known to both initiator and responder, such as a shared secret.

-returns

Refers to the parameters used during key derivation.

-remarks

You can use the following algorithm names with the OpenAlgorithm function to open a SP80056a KDF algorithm provider:

-examples

[!code-csharpShowDerivationFromSP80056a]

-see-also