你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

X509StoreLocation Enum

  • java.lang.Object
    • java.lang.Enum<X509StoreLocation>
      • system.fabric.X509StoreLocation

public enum X509StoreLocation

Defines a class to represent a store location in the certificate provider.

Fields

CURRENTUSER

Indicates current user as the store location.

LOCALMACHINE

Indicates local machine as the store location.

Methods

getValue()

public int getValue()

Gets the system.fabric.X509StoreLocation value.

Returns

int
integer value representing system.fabric.X509StoreLocation.

Applies to