SecureStop2AESKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the key used to request that a license use the SecureStop2 feature if possible and to verify that a Secure Stop Challenge is properly signed using this key inside the TEE.
public class SecureStop2AESKey
type SecureStop2AESKey = class
Public Class SecureStop2AESKey
- Inheritance
-
SecureStop2AESKey
Constructors
SecureStop2AESKey(Byte[], Guid) |
Initializes a new instance of the SecureStop2AESKey class. The content key is specified by the caller. |
SecureStop2AESKey(Guid, Byte[]) |
Initializes a new instance of the SecureStop2AESKey class. The key is auto-generated by the SDK using a key seed. |