"Hello, community! I have a couple of questions regarding the Microsoft key store provider. Firstly, does a key stored in the Microsoft key store provider expire automatically? I'm curious to know if there's a predefined expiration mechanism for keys in this provider. Secondly, can a key with the same name identifier exist in the Microsoft key store provider? I'm wondering if it's possible to have multiple keys with identical name identifiers. Am creating a key using CNG API NCryptCreatePersistedKey. Any insights or experiences shared would be greatly appreciated. Thank you!"
A new key gets generated when tried to call NCryptCreatePersisted function multiple times(Key name identifier is same).