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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.