SmartCardCryptogramStorageKeyInfo.OperationalRequirements Property
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.
Gets the operational requirements of the storage key.
public:
property Platform::String ^ OperationalRequirements { Platform::String ^ get(); };
winrt::hstring OperationalRequirements();
public string OperationalRequirements { get; }
var string = smartCardCryptogramStorageKeyInfo.operationalRequirements;
Public ReadOnly Property OperationalRequirements As String
Property Value
The operational requirements.
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.14393.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v3.0)
|