Skip to main content
.NET 6.0+

IsGrantedExtensions.CanWrite Method

Name Parameters Description
CanWrite(SecurityStrategy, IObjectSpace, Object, String) static security, objectSpace, targetObject, memberName For internal use.
CanWrite(SecurityStrategy, Object, String) static security, targetObject, memberName Checks whether the current user can write the specified object or its member.
CanWrite(SecurityStrategy, Type, IObjectSpace, Object, String) static security, type, objectSpace, targetObjectKey, memberName Checks whether the current user can write an object with the specified key or this object’s member.
CanWrite(SecurityStrategy, Type, Object, String) static security, type, targetObjectKey, memberName For internal use.
CanWrite(SecurityStrategy, Type, String) static security, type, memberName Checks whether the current user can write objects of the specified type or their member.
CanWrite<T>(SecurityStrategy, IObjectSpace, Object, String) static security, objectSpace, targetObjectKey, memberName Checks whether the current user can write an object with the specified key or this object’s member.
CanWrite<T>(SecurityStrategy, Object, String) static security, targetObjectKey, memberName For internal use.
CanWrite<T>(SecurityStrategy, String) static security, memberName Checks whether the current user can write objects of the specified type or their member.