Pkcs12Builder.IsSealed 属性

定义

获取指示 PFX 数据是否密封的值。Gets a value that indicates whether the PFX data has been sealed.

public:
 property bool IsSealed { bool get(); };
public bool IsSealed { get; }
member this.IsSealed : bool
Public ReadOnly Property IsSealed As Boolean

属性值

Boolean

一个值,该值指示是否已密封 PFX 数据。A value that indicates whether the PFX data has been sealed.

适用于

另请参阅