共用方式為


Pkcs12SafeContents.IsReadOnly 屬性

定義

取得值,該值指出這個執行個體是否處於唯讀狀態。

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

屬性值

true 如果此值處於唯讀狀態,則為 ;否則為 false 。 預設值是 false

備註

Pkcs12SafeContents當建立值來表示先前編碼的值時,例如 from Decode 或 內部 AddNestedContents 的編碼作業,則為唯讀。

適用於