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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.