namespace com.hitrust.Security.Certificates
|
|
{
|
|
using System;
|
|
|
|
public enum KeysetLocation
|
|
{
|
|
CurrentUser = 0x1000,
|
|
Default = 0,
|
|
LocalMachine = 0x20
|
|
}
|
|
}
|
|
|