مشاركة عبر


Workbook.SetPasswordEncryptionOptions أسلوب

قم بتعيين خيارات تشفير مصنف باستخدام كلمة المرور.

مساحة الاسم:  Microsoft.Office.Tools.Excel
التجميع:  Microsoft.Office.Tools.Excel (في Microsoft.Office.Tools.Excel.dll)

بناء الجملة

'إقرار
Sub SetPasswordEncryptionOptions ( _
    PasswordEncryptionProvider As Object, _
    PasswordEncryptionAlgorithm As Object, _
    PasswordEncryptionKeyLength As Object, _
    PasswordEncryptionFileProperties As Object _
)
void SetPasswordEncryptionOptions(
    Object PasswordEncryptionProvider,
    Object PasswordEncryptionAlgorithm,
    Object PasswordEncryptionKeyLength,
    Object PasswordEncryptionFileProperties
)

المعلمات

  • PasswordEncryptionProvider
    النوع: System.Object
    أ تحسس حالة الأحرف سلسلة موفر تشفير.
  • PasswordEncryptionAlgorithm
    النوع: System.Object
    أ حالة الحساسة سلسلة قصير algorithmic الاسم (على سبيل المثال:"rc4 ").
  • PasswordEncryptionKeyLength
    النوع: System.Object
    الطول مفتاح التشفير، الذي هو مضاعف 8 (40 أو أكبر).
  • PasswordEncryptionFileProperties
    النوع: System.Object
    true(افتراضي) إلى تشفير خصائص الملف.

ملاحظات

PasswordEncryptionProvider، PasswordEncryptionAlgorithm، و PasswordEncryptionKeyLengthمعلمات غير مستقلة عن بعضها البعض. موفر خدمة تشفير محدد بتحديد التعيين خوارزميات و مفتاح الطول التي يمكن اختيارها.

ل PasswordEncryptionKeyLengthمعلمة هو الناتجة عن حدود نطاق الطول المفتاح. النطاق هو تعريفه بواسطة "موفر الخدمة التشفير" الذي يحدد خوارزمية التشفير أيضا.

المعلمات الإختيارية

ل معلومات تشغيل معلمات اختيارية، راجع يفتقد المتغير و "المعلمات الاختيارية" في حلول Office.

أمن NET Framework.

راجع أيضًَا

المرجع

Workbook واجهة

Workbook الأعضاء

Microsoft.Office.Tools.Excel مساحة الاسم