BlobEncoder.PermissionSetBlob(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes a permission set blob.
public:
System::Reflection::Metadata::Ecma335::PermissionSetEncoder PermissionSetBlob(int attributeCount);
public System.Reflection.Metadata.Ecma335.PermissionSetEncoder PermissionSetBlob (int attributeCount);
member this.PermissionSetBlob : int -> System.Reflection.Metadata.Ecma335.PermissionSetEncoder
Public Function PermissionSetBlob (attributeCount As Integer) As PermissionSetEncoder
Parameters
- attributeCount
- Int32
Number of attributes in the set.
Returns
Permission set encoder.
Exceptions
attributeCount
is not in range [0, 0x1fffffff].
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.